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 12 buildPythonPackage rec { 13 pname = "pyituran"; 14 - version = "0.1.4"; 15 pyproject = true; 16 17 disabled = pythonOlder "3.9"; ··· 20 owner = "shmuelzon"; 21 repo = "pyituran"; 22 tag = version; 23 - hash = "sha256-rgPW+z70Z9wRzPbPtWUHb80vCccWJlEs18Y6llIeipo="; 24 }; 25 26 postPatch = ''
··· 11 12 buildPythonPackage rec { 13 pname = "pyituran"; 14 + version = "0.1.5"; 15 pyproject = true; 16 17 disabled = pythonOlder "3.9"; ··· 20 owner = "shmuelzon"; 21 repo = "pyituran"; 22 tag = version; 23 + hash = "sha256-Nil9bxXzDvwMIVTxeaVUOtJwx92zagA6OzQV3LMR8d8="; 24 }; 25 26 postPatch = ''