joinmarket: 0.9.9 -> 0.9.10
This commit is contained in:
parent
1d73b21f10
commit
e4cb004905
11 changed files with 14 additions and 209 deletions
|
|
@ -9,9 +9,12 @@ buildPythonPackage rec {
|
|||
propagatedBuildInputs = [ txtorcon cryptography pyopenssl libnacl joinmarketbase ];
|
||||
|
||||
# libnacl 1.8.0 is not on github
|
||||
# cryptography 41.0.3 already in ../specific-versions
|
||||
patchPhase = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace "'libnacl==1.8.0'" "'libnacl==1.7.2'"
|
||||
substituteInPlace setup.py \
|
||||
--replace "'cryptography==41.0.2" "'cryptography==41.0.3"
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue