python312Packages.sunweg: 3.0.1 -> 3.0.2

Diff: https://github.com/rokam/sunweg/compare/refs/tags/3.0.1...3.0.2

Changelog: https://github.com/rokam/sunweg/releases/tag/3.0.2
This commit is contained in:
Fabian Affolter 2024-07-10 23:17:25 +02:00
parent 97500c091b
commit 06e829cba2

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "sunweg";
version = "3.0.1";
version = "3.0.2";
pyproject = true;
disabled = pythonOlder "3.7";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "rokam";
repo = "sunweg";
rev = "refs/tags/${version}";
hash = "sha256-9VzDOl393+jm6Nf40X4ZPMBbRc6KOwOQkpTNoqBsw1M=";
hash = "sha256-/pniECgavRiQdKzNtPINNhOijUW/uhPEOQJtjfr46ps=";
};
nativeBuildInputs = [ setuptools ];