mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: bitcoin-unlimited: Update to 1.9.1.1.
* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.1.1.
This commit is contained in:
parent
05a5e222e9
commit
bed31da50d
1 changed files with 2 additions and 2 deletions
|
@ -1404,7 +1404,7 @@ (define-public libofx
|
|||
(define-public bitcoin-unlimited
|
||||
(package
|
||||
(name "bitcoin-unlimited")
|
||||
(version "1.9.0.1")
|
||||
(version "1.9.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1413,7 +1413,7 @@ (define-public bitcoin-unlimited
|
|||
(commit (string-append "BCHunlimited" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1pan24g3d5csa004d7zvlizj4mv58ly5i579341isp944phl3g5v"))))
|
||||
(base32 "0vyvfawss40v9jaic9zq0z3cjvxiq04d4wgq4rnkha7ilm9zqyd7"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("autoconf" ,autoconf)
|
||||
|
|
Loading…
Reference in a new issue