Merge pull request #181565 from fabaff/iso4217-bump

python310Packages.iso4217: 1.9 -> 1.11
This commit is contained in:
Sandro 2022-07-15 16:19:37 +02:00 committed by GitHub
commit c7ae9ba8cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ let
in
buildPythonPackage rec {
pname = "iso4217";
version = "1.9";
version = "1.11";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "dahlia";
repo = pname;
rev = version;
hash = "sha256-7VrXAP/Qyzy2BDTmFwDlxHvF7HhndJsDMt/qHcsmhzs=";
hash = "sha256-zJYtEIrsuHKPwnSoRjyZC/0rgAZoNMZ0Oh8gQcIb20Q=";
};
propagatedBuildInputs = lib.optionals (pythonOlder "3.9") [