fix python packages for nixos 23.05

This commit is contained in:
Erik Arvstedt
2023-07-08 15:33:04 +02:00
parent e31cc686f2
commit bb2e88cec2
9 changed files with 117 additions and 183 deletions

View File

@@ -14,7 +14,7 @@ buildPythonPackage rec {
substituteInPlace setup.py \
--replace "'klein==20.6.0'" "'klein>=20.6.0'"
substituteInPlace setup.py \
--replace "'pyjwt==2.4.0'" "'pyjwt==2.5.0'"
--replace "'pyjwt==2.4.0'" "'pyjwt==2.6.0'"
'';
meta = with lib; {