Fabian Affolter
2025-05-01 01:24:48 +02:00
parent cff688a409
commit cd68894ba2
@@ -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 = ''