From b3da2678f098e43f5c41b5b09f6a41bfe856cf15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Fri, 19 Jun 2026 14:28:10 -0700 Subject: [PATCH] python3Packages.pyituran: 0.1.5 -> 0.1.6 Diff: https://github.com/shmuelzon/pyituran/compare/0.1.5...0.1.6 Changelog: https://github.com/shmuelzon/pyituran/releases/tag/0.1.6 --- 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 aaac2f756c12..21c5649ee6b8 100644 --- a/pkgs/development/python-modules/pyituran/default.nix +++ b/pkgs/development/python-modules/pyituran/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "pyituran"; - version = "0.1.5"; + version = "0.1.6"; pyproject = true; src = fetchFromGitHub { owner = "shmuelzon"; repo = "pyituran"; tag = version; - hash = "sha256-Nil9bxXzDvwMIVTxeaVUOtJwx92zagA6OzQV3LMR8d8="; + hash = "sha256-+3trWl9eijrtGfgBn5m4KfIVhS8u/o8n90bs3a3K9mo="; }; postPatch = ''