tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.odp-amsterdam: 6.0.2 -> 6.1.1
R. Ryantm
8 months ago
cade3df4
547c144d
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
odp-amsterdam
default.nix
+3
-3
pkgs/development/python-modules/odp-amsterdam/default.nix
···
14
14
15
15
buildPythonPackage rec {
16
16
pname = "odp-amsterdam";
17
17
-
version = "6.0.2";
17
17
+
version = "6.1.1";
18
18
pyproject = true;
19
19
20
20
disabled = pythonOlder "3.11";
···
23
23
owner = "klaasnicolaas";
24
24
repo = "python-odp-amsterdam";
25
25
tag = "v${version}";
26
26
-
hash = "sha256-veBccNxqhqBYKUC5pdjZ1IOWUYUqiNK5pJq1L+8UCxA=";
26
26
+
hash = "sha256-ZSo0CNN4NjHQDq3Nx6aqfPEssfty7wNefFX6QG5+pQ4=";
27
27
};
28
28
29
29
postPatch = ''
···
55
55
meta = with lib; {
56
56
description = "Python client for getting garage occupancy in Amsterdam";
57
57
homepage = "https://github.com/klaasnicolaas/python-odp-amsterdam";
58
58
-
changelog = "https://github.com/klaasnicolaas/python-odp-amsterdam/releases/tag/v${version}";
58
58
+
changelog = "https://github.com/klaasnicolaas/python-odp-amsterdam/releases/tag/${src.tag}";
59
59
license = licenses.mit;
60
60
maintainers = with maintainers; [ fab ];
61
61
};