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

authored by Fabian Affolter and committed by GitHub 2f65014c 9c9acff0

+2 -2
+2 -2
pkgs/development/python-modules/pyituran/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "pyituran"; 14 - version = "0.1.4"; 14 + version = "0.1.5"; 15 15 pyproject = true; 16 16 17 17 disabled = pythonOlder "3.9"; ··· 20 20 owner = "shmuelzon"; 21 21 repo = "pyituran"; 22 22 tag = version; 23 - hash = "sha256-rgPW+z70Z9wRzPbPtWUHb80vCccWJlEs18Y6llIeipo="; 23 + hash = "sha256-Nil9bxXzDvwMIVTxeaVUOtJwx92zagA6OzQV3LMR8d8="; 24 24 }; 25 25 26 26 postPatch = ''