From db6b9234b77e23f4d63d024b2744c42b08526cf2 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 23 Jul 2025 20:12:55 +0200 Subject: [PATCH] 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 --- pkgs/development/python-modules/pyituran/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyituran/default.nix b/pkgs/development/python-modules/pyituran/default.nix index 30230ea5d6af..993d23eed7a8 100644 --- a/pkgs/development/python-modules/pyituran/default.nix +++ b/pkgs/development/python-modules/pyituran/default.nix @@ -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 = ''