Merge pull request #218949 from fabaff/sunweg-bump

python310Packages.sunweg: 0.0.11 -> 1.0.0
This commit is contained in:
Fabian Affolter 2023-03-01 11:01:05 +01:00 committed by GitHub
commit 3a1ad7e4f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "sunweg";
version = "0.0.11";
version = "1.0.0";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -17,7 +17,7 @@ buildPythonPackage rec {
owner = "rokam";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-by75V1DXQBPCc/viMcbMqF99kNXDjY2Cx0W3Mh2CfI8=";
hash = "sha256-fGaPn4pp1nDL4MX7K8zP2Vq2R/uRtd8rHSaWEG5Ye7s=";
};
propagatedBuildInputs = [