Merge pull request #211756 from fabaff/odp-amsterdam-bump

python310Packages.odp-amsterdam: 5.0.0 -> 5.0.1
This commit is contained in:
Fabian Affolter 2023-01-20 17:16:46 +01:00 committed by GitHub
commit 803b5ff95a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@
buildPythonPackage rec {
pname = "odp-amsterdam";
version = "5.0.0";
version = "5.0.1";
format = "pyproject";
disabled = pythonOlder "3.9";
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "klaasnicolaas";
repo = "python-odp-amsterdam";
rev = "refs/tags/v${version}";
hash = "sha256-zVnM4KYH4R6n2y9IAaYGOZVPnc8RuT/S2bseKJBO9bg=";
hash = "sha256-gRfOZwUguQgoROnqQuQWKOgubR3wjcf7Yfje2+4+CB0=";
};
postPatch = ''
@ -50,7 +50,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python client for getting garage occupancy in Amsterdam";
homepage = "https://github.com/klaasnicolaas/python-garages-amsterdam";
homepage = "https://github.com/klaasnicolaas/python-odp-amsterdam";
changelog = "https://github.com/klaasnicolaas/python-odp-amsterdam/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};