joinmarket: fix Python packages

This commit is contained in:
Erik Arvstedt
2022-12-18 20:01:53 +01:00
parent e4b8e14d3a
commit 00cceca861
4 changed files with 186 additions and 80 deletions
+2 -2
View File
@@ -12,9 +12,9 @@ buildPythonPackage rec {
patchPhase = ''
substituteInPlace setup.py \
--replace "'klein==20.6.0'" "'klein==21.8.0'"
--replace "'klein==20.6.0'" "'klein>=20.6.0'"
substituteInPlace setup.py \
--replace "'pyjwt==2.1.0'" "'pyjwt==2.4.0'"
--replace "'pyjwt==2.4.0'" "'pyjwt==2.5.0'"
'';
meta = with lib; {