[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/02: gnu: bitcoin-unlimited: Update to 1.9.2.0.
From: |
guix-commits |
Subject: |
01/02: gnu: bitcoin-unlimited: Update to 1.9.2.0. |
Date: |
Sat, 15 May 2021 06:07:01 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit bb6ae50d8276c90551e727b023f5a0a2295a12e4
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat May 15 10:50:45 2021 +0200
gnu: bitcoin-unlimited: Update to 1.9.2.0.
* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.2.0.
---
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 3e03805..0632c55 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1390,7 +1390,7 @@ following three utilities are included with the library:
(define-public bitcoin-unlimited
(package
(name "bitcoin-unlimited")
- (version "1.9.1.1")
+ (version "1.9.2.0")
(source
(origin
(method git-fetch)
@@ -1399,7 +1399,7 @@ following three utilities are included with the library:
(commit (string-append "BCHunlimited" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0vyvfawss40v9jaic9zq0z3cjvxiq04d4wgq4rnkha7ilm9zqyd7"))))
+ (base32 "1cmrvh7azz0g89rsx6i8apd1li6r1lb3jrmbbf8fic1918lwv62m"))))
(build-system gnu-build-system)
(native-inputs
`(("autoconf" ,autoconf)