3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #160390 from fabaff/bump-iso4217

python3Packages.iso4217: 1.7 -> 1.8
This commit is contained in:
Fabian Affolter 2022-02-17 08:49:13 +01:00 committed by GitHub
commit a8ee5c817c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,14 +16,16 @@ let
in
buildPythonPackage rec {
pname = "iso4217";
version = "1.7";
version = "1.8";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
owner = "dahlia";
repo = pname;
rev = version;
hash = "sha256-Ih2l6bGM7i5TUkzJPkgx8EOOL4a3/qE28SUZS6M4sQc=";
hash = "sha256-L0vx6Aan6D1lusgBh/pcT373ZTxbtWpQnFKB2V0dxlA=";
};
propagatedBuildInputs = lib.optionals (pythonOlder "3.9") [