python313Packages.pyituran: 0.1.4 -> 0.1.5

Diff: https://github.com/shmuelzon/pyituran/compare/refs/tags/0.1.4...refs/tags/0.1.5

Changelog: https://github.com/shmuelzon/pyituran/releases/tag/0.1.5

Changed files
+2 -2
pkgs
development
python-modules
pyituran
+2 -2
pkgs/development/python-modules/pyituran/default.nix
···
buildPythonPackage rec {
pname = "pyituran";
-
version = "0.1.4";
+
version = "0.1.5";
pyproject = true;
disabled = pythonOlder "3.9";
···
owner = "shmuelzon";
repo = "pyituran";
tag = version;
-
hash = "sha256-rgPW+z70Z9wRzPbPtWUHb80vCccWJlEs18Y6llIeipo=";
+
hash = "sha256-Nil9bxXzDvwMIVTxeaVUOtJwx92zagA6OzQV3LMR8d8=";
};
postPatch = ''