python312Packages.odp-amsterdam: 6.0.2 -> 6.1.1 (#403199)

This commit is contained in:
Nick Cao
2025-05-01 16:04:51 -04:00
committed by GitHub
@@ -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 ];
};