gnu: bitcoin-core: Update to 27.0.
* gnu/packages/finance.scm (bitcoin-core): Update to 27.0. Signed-off-by: Christopher Baines <mail@cbaines.net> Change-Id: I9dfe21dd2fb49fd6e96d2cfc407c927a770b776e
This commit is contained in:
parent
9593750698
commit
dce5845a66
1 changed files with 2 additions and 2 deletions
|
@ -147,7 +147,7 @@
|
||||||
;; <https://bitcoincore.org/en/lifecycle/#schedule>.
|
;; <https://bitcoincore.org/en/lifecycle/#schedule>.
|
||||||
(package
|
(package
|
||||||
(name "bitcoin-core")
|
(name "bitcoin-core")
|
||||||
(version "26.1")
|
(version "27.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -155,7 +155,7 @@
|
||||||
version "/bitcoin-" version ".tar.gz"))
|
version "/bitcoin-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1vimkcm5bd6dyncy6kw16ibkcbykv526ajgh175j0jkvf5fywr4i"))))
|
"0sqldg540q5d4lvr8fs9sbycxgzkij5y52rqqg6blmxisd8yc7lw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list autoconf
|
(list autoconf
|
||||||
|
|
Reference in a new issue