joinmarket: 0.9.2 -> 0.9.3

This commit is contained in:
nixbitcoin 2021-10-24 21:14:09 +02:00 committed by Erik Arvstedt
parent 721ba1aeba
commit a10aa21c69
No known key found for this signature in database
GPG key ID: 33312B944DD97846
10 changed files with 139 additions and 12 deletions

View file

@ -1,4 +1,4 @@
{ version, src, lib, buildPythonPackage, fetchurl, future, configparser, joinmarketbase, joinmarketdaemon, mnemonic, argon2_cffi, bencoderpyx, pyaes, joinmarketbitcoin, txtorcon }:
{ version, src, lib, buildPythonPackage, fetchurl, future, configparser, joinmarketbase, joinmarketdaemon, mnemonic, argon2_cffi, bencoderpyx, pyaes, joinmarketbitcoin, txtorcon, klein, pyjwt, autobahn, cryptography }:
buildPythonPackage rec {
pname = "joinmarketclient";
@ -9,7 +9,7 @@ buildPythonPackage rec {
checkInputs = [ joinmarketbitcoin joinmarketdaemon txtorcon ];
# configparser may need to be compiled with python_version<"3.2"
propagatedBuildInputs = [ future configparser joinmarketbase mnemonic argon2_cffi bencoderpyx pyaes ];
propagatedBuildInputs = [ future configparser joinmarketbase mnemonic argon2_cffi bencoderpyx pyaes klein pyjwt autobahn cryptography ];
meta = with lib; {
description = "Client library for Bitcoin coinjoins";