python311Packages.odp-amsterdam: 5.3.1 -> 6.0.0
Diff: https://github.com/klaasnicolaas/python-odp-amsterdam/compare/refs/tags/v5.3.1...v6.0.0 Changelog: https://github.com/klaasnicolaas/python-odp-amsterdam/releases/tag/v6.0.0
This commit is contained in:
parent
238efb9014
commit
d2c8aab2f4
1 changed files with 4 additions and 4 deletions
|
@ -12,16 +12,16 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "odp-amsterdam";
|
||||
version = "5.3.1";
|
||||
format = "pyproject";
|
||||
version = "6.0.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
disabled = pythonOlder "3.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "klaasnicolaas";
|
||||
repo = "python-odp-amsterdam";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-HesAg6hJ8Al/ZZRBTXZM0EVv1kjYmmA66W+crwtWhf4=";
|
||||
hash = "sha256-dAyKypc8bMWkXhYa7BlGGAGqPaPJHFHwXd/UK80BGoE=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue