python313Packages.pyituran: 0.1.4 -> 0.1.5 (#427824)

This commit is contained in:
Fabian Affolter
2025-07-24 21:08:09 +02:00
committed by GitHub
@@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "pyituran";
version = "0.1.4";
version = "0.1.5";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "shmuelzon";
repo = "pyituran";
tag = version;
hash = "sha256-rgPW+z70Z9wRzPbPtWUHb80vCccWJlEs18Y6llIeipo=";
hash = "sha256-Nil9bxXzDvwMIVTxeaVUOtJwx92zagA6OzQV3LMR8d8=";
};
postPatch = ''