me
/
guix
Archived
1
0
Fork 0

gnu: bitcoin-core: Update to 27.1.

* gnu/packages/finance.scm (bitcoin-core): Update to 27.1.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Change-Id: Idc6a1c949103904829ed12cc7699d63e5d6d9d37
master
Michael Ford 2024-06-17 16:20:56 +01:00 committed by Guillaume Le Vaillant
parent 75cc9ff895
commit 027a35dff8
No known key found for this signature in database
GPG Key ID: 6BE8208ADF21FE3F
1 changed files with 2 additions and 2 deletions

View File

@ -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 "27.0") (version "27.1")
(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
"0sqldg540q5d4lvr8fs9sbycxgzkij5y52rqqg6blmxisd8yc7lw")))) "1npk30c4s2xihm2vxmswl2x4baw5n23gsbaw5y8sx3qvjbym240c"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list autoconf (list autoconf