joinmarket: fix Python packages

This commit is contained in:
Erik Arvstedt 2022-12-18 19:48:28 +01:00
parent e4b8e14d3a
commit 00cceca861
No known key found for this signature in database
GPG key ID: 33312B944DD97846
4 changed files with 186 additions and 80 deletions

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; {