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
This commit is contained in:
Robert Schütz
2026-06-20 11:14:14 +02:00
committed by Martin Weinelt
parent 76dd96a79e
commit b3da2678f0
@@ -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 = ''