joinmarket: 0.9.9 -> 0.9.10

This commit is contained in:
nixbitcoin
2023-12-02 23:01:15 +01:00
committed by Erik Arvstedt
parent 1d73b21f10
commit e4cb004905
11 changed files with 14 additions and 209 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ version, src, lib, buildPythonPackage, fetchurl, future, configparser, joinmarketbase, joinmarketdaemon, mnemonic, argon2_cffi, bencoderpyx, pyaes, joinmarketbitcoin, klein, pyjwt, autobahn }:
{ version, src, lib, buildPythonPackage, fetchurl, future, configparser, joinmarketbase, joinmarketdaemon, mnemonic, argon2_cffi, bencoderpyx, joinmarketbitcoin, klein, pyjwt, autobahn, werkzeug }:
buildPythonPackage rec {
pname = "joinmarketclient";
@@ -8,7 +8,7 @@ buildPythonPackage rec {
checkInputs = [ joinmarketbitcoin joinmarketdaemon ];
propagatedBuildInputs = [ future configparser joinmarketbase mnemonic argon2_cffi bencoderpyx pyaes klein pyjwt autobahn ];
propagatedBuildInputs = [ future configparser joinmarketbase mnemonic argon2_cffi bencoderpyx klein pyjwt autobahn werkzeug ];
patchPhase = ''
substituteInPlace setup.py \