1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: bitcoin-core: Update to 28.2.

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

Change-Id: Ib8410cb5e8602ccbef9b8dc5a161703886da5c9c
This commit is contained in:
Andreas Enge
2025-07-26 23:41:51 +02:00
parent 16dbd20852
commit fe7118239d

View File

@@ -153,7 +153,7 @@
;; <https://bitcoincore.org/en/lifecycle/#schedule>.
(package
(name "bitcoin-core")
(version "28.1")
(version "28.2")
(source (origin
(method url-fetch)
(uri
@@ -161,7 +161,7 @@
version "/bitcoin-" version ".tar.gz"))
(sha256
(base32
"1fl312ns86syc6871il9l3lzf96nm6jhnj92qyvxkyf78782vbn5"))))
"0l23ff0z25v6fgxnldb7bgzhbd9z9kq3fgh86i7wv4w7spwxlxsr"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf