python-bitcointx: 1.1.3 -> 1.1.4

This commit is contained in:
Erik Arvstedt
2023-12-14 15:00:28 +01:00
parent 1c07c5fa5c
commit 85bbdb857a
4 changed files with 18 additions and 25 deletions
@@ -14,6 +14,11 @@ buildPythonPackageWithDepsCheck rec {
pytestCheckHook
];
patchPhase = ''
substituteInPlace setup.py \
--replace "'python-bitcointx==1.1.3'" "'python-bitcointx==1.1.4'"
'';
meta = with lib; {
homepage = "https://github.com/Joinmarket-Org/joinmarket-clientserver";
maintainers = with maintainers; [ nixbitcoin ];