[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: bitcoin-unlimited: Update to 2.0.0.1.
From: |
guix-commits |
Subject: |
01/03: gnu: bitcoin-unlimited: Update to 2.0.0.1. |
Date: |
Sun, 10 Mar 2024 06:46:44 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit a01f2d814b2621a8d3dcdd22b0e9dca6d98aa9f8
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Mar 9 10:50:21 2024 +0100
gnu: bitcoin-unlimited: Update to 2.0.0.1.
* gnu/packages/finance.scm (bitcoin-unlimited): Update to 2.0.0.1.
Change-Id: I631b497695ba1933a52ca6ae6944f1fd590d3b26
---
gnu/packages/finance.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 206d606933..2fb502bc71 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1750,7 +1750,7 @@ following three utilities are included with the library:
(define-public bitcoin-unlimited
(package
(name "bitcoin-unlimited")
- (version "2.0.0.0")
+ (version "2.0.0.1")
(source
(origin
(method git-fetch)
@@ -1759,7 +1759,7 @@ following three utilities are included with the library:
(commit (string-append "BCHunlimited" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0s4iyjfhjx21xa3z7433m4skfr115565k0ckza87ha2d4nl8kz5h"))))
+ (base32 "1kkmg0gp86qz3ya8y5a00yic1mals138b9fv2cjlm7683sfjjljx"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf