python312Packages.odp-amsterdam: 6.0.2 -> 6.1.1

R. Ryantm cade3df4 547c144d

+3 -3
+3 -3
pkgs/development/python-modules/odp-amsterdam/default.nix
··· 14 15 buildPythonPackage rec { 16 pname = "odp-amsterdam"; 17 - version = "6.0.2"; 18 pyproject = true; 19 20 disabled = pythonOlder "3.11"; ··· 23 owner = "klaasnicolaas"; 24 repo = "python-odp-amsterdam"; 25 tag = "v${version}"; 26 - hash = "sha256-veBccNxqhqBYKUC5pdjZ1IOWUYUqiNK5pJq1L+8UCxA="; 27 }; 28 29 postPatch = '' ··· 55 meta = with lib; { 56 description = "Python client for getting garage occupancy in Amsterdam"; 57 homepage = "https://github.com/klaasnicolaas/python-odp-amsterdam"; 58 - changelog = "https://github.com/klaasnicolaas/python-odp-amsterdam/releases/tag/v${version}"; 59 license = licenses.mit; 60 maintainers = with maintainers; [ fab ]; 61 };
··· 14 15 buildPythonPackage rec { 16 pname = "odp-amsterdam"; 17 + version = "6.1.1"; 18 pyproject = true; 19 20 disabled = pythonOlder "3.11"; ··· 23 owner = "klaasnicolaas"; 24 repo = "python-odp-amsterdam"; 25 tag = "v${version}"; 26 + hash = "sha256-ZSo0CNN4NjHQDq3Nx6aqfPEssfty7wNefFX6QG5+pQ4="; 27 }; 28 29 postPatch = '' ··· 55 meta = with lib; { 56 description = "Python client for getting garage occupancy in Amsterdam"; 57 homepage = "https://github.com/klaasnicolaas/python-odp-amsterdam"; 58 + changelog = "https://github.com/klaasnicolaas/python-odp-amsterdam/releases/tag/${src.tag}"; 59 license = licenses.mit; 60 maintainers = with maintainers; [ fab ]; 61 };