Merge pull request #279538 from fabaff/sunweg-bump

python311Packages.sunweg: 2.0.3 -> 2.1.0
This commit is contained in:
Fabian Affolter 2024-01-08 22:53:14 +01:00 committed by GitHub
commit a7a4f5fb5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [