python3Packages.iso4217: 1.12 -> 1.14 (#437200)

This commit is contained in:
Fabian Affolter
2025-08-26 22:58:47 +02:00
committed by GitHub
@@ -18,7 +18,7 @@ let
in
buildPythonPackage rec {
pname = "iso4217";
version = "1.12";
version = "1.14";
pyproject = true;
disabled = pythonOlder "3.7";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "dahlia";
repo = "iso4217";
tag = version;
hash = "sha256-xOKfdk8Bn9f5oszS0IHUD6HgzL9VSa5GBZ28n4fvAck=";
hash = "sha256-lGXNSUBv/So3UgqXQ5AksqrCJVoyU8icDCfOda7Y5BE=";
};
build-system = [ setuptools ];