python3Packages.iso4217: 1.14 -> 1.15

This commit is contained in:
R. Ryantm
2026-01-22 19:11:37 +00:00
parent 09d9627dbc
commit 3ca0dc335e
@@ -16,14 +16,14 @@ let
in
buildPythonPackage rec {
pname = "iso4217";
version = "1.14";
version = "1.15";
pyproject = true;
src = fetchFromGitHub {
owner = "dahlia";
repo = "iso4217";
tag = version;
hash = "sha256-lGXNSUBv/So3UgqXQ5AksqrCJVoyU8icDCfOda7Y5BE=";
hash = "sha256-YhYCCGMj5q+QeXWElysONbFkCVkcQeOPy/Tk4+fyNLk=";
};
build-system = [ setuptools ];