python312Packages.odp-amsterdam: 6.0.2 -> 6.1.1

This commit is contained in:
R. Ryantm
2025-05-01 02:02:20 +00:00
parent 547c144d7d
commit cade3df4e5
@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "odp-amsterdam";
version = "6.0.2";
version = "6.1.1";
pyproject = true;
disabled = pythonOlder "3.11";
@@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "klaasnicolaas";
repo = "python-odp-amsterdam";
tag = "v${version}";
hash = "sha256-veBccNxqhqBYKUC5pdjZ1IOWUYUqiNK5pJq1L+8UCxA=";
hash = "sha256-ZSo0CNN4NjHQDq3Nx6aqfPEssfty7wNefFX6QG5+pQ4=";
};
postPatch = ''
@@ -55,7 +55,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python client for getting garage occupancy in Amsterdam";
homepage = "https://github.com/klaasnicolaas/python-odp-amsterdam";
changelog = "https://github.com/klaasnicolaas/python-odp-amsterdam/releases/tag/v${version}";
changelog = "https://github.com/klaasnicolaas/python-odp-amsterdam/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};