me
/
guix
Archived
1
0
Fork 0

gnu: bitcoin-unlimited: Update to 1.9.2.0.

* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.2.0.
master
Guillaume Le Vaillant 2021-05-15 10:50:45 +02:00
parent fbb099a448
commit bb6ae50d82
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -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)