python311Packages.sunweg: 2.0.3 -> 2.1.0

Diff: https://github.com/rokam/sunweg/compare/refs/tags/2.0.3...2.1.0

Changelog: https://github.com/rokam/sunweg/releases/tag/2.1.0
This commit is contained in:
Fabian Affolter 2024-01-08 08:56:42 +01:00
parent dec7b213bb
commit 67754ad3bf

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "sunweg";
version = "2.0.3";
version = "2.1.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "rokam";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-rqxpHnKHS5rgQ6iH5NSL2F71EnpOBxpICUk74YwtEDc=";
hash = "sha256-E5dwFfFzOMyYLAqoTdp22/qIS3+IXD6jkVUVZIumk6Y=";
};
propagatedBuildInputs = [