1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-19 20:21:14 +00:00

python310Packages.bitcoin-utils-fork-minimal: fix build

This commit is contained in:
Anthony Roussel 2022-09-06 23:35:53 +02:00
parent 1034788cf2
commit 715011659f

View file

@ -26,7 +26,7 @@ buildPythonPackage rec {
substituteInPlace setup.py \
--replace "sympy==1.3" "sympy>=1.3" \
--replace "base58==2.1.0" "base58>=2.1.0" \
--replace "ecdsa==0.13.3" "ecdsa>=0.13.3"
--replace "ecdsa==0.17.0" "ecdsa>=0.17.0"
'';
# Project doesn't ship tests