[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: bitcoin-core: Update to 25.1.
From: |
guix-commits |
Subject: |
02/07: gnu: bitcoin-core: Update to 25.1. |
Date: |
Sat, 21 Oct 2023 10:13:38 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit c8c0db5cb87f66a90e2f6076f9962085befb4f5e
Author: fanquake <fanquake@gmail.com>
AuthorDate: Thu Oct 19 10:43:30 2023 +0100
gnu: bitcoin-core: Update to 25.1.
* gnu/packages/finance.scm (bitcoin-core): Update to 25.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/finance.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 200d51d153..4f3415232c 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -142,7 +142,7 @@
;; <https://bitcoincore.org/en/lifecycle/#schedule>.
(package
(name "bitcoin-core")
- (version "25.0")
+ (version "25.1")
(source (origin
(method url-fetch)
(uri
@@ -150,7 +150,7 @@
version "/bitcoin-" version ".tar.gz"))
(sha256
(base32
- "1hpbw6diyla75a6jrwsis9c5pnhpnnxwbznsik1s1fd35ks7rxjx"))))
+ "1jcq2686x6f1g8xk91h3qfw89v1klw931wbpbcvc5a6zv2cabhmy"))))
(build-system gnu-build-system)
(native-inputs
(list autoconf
- branch master updated (80c8f5b57a -> 7da8a43396), guix-commits, 2023/10/21
- 01/07: home: services: Fix regression in generated ‘on-first-login’ script., guix-commits, 2023/10/21
- 04/07: gnu: poke: Install emacs modes., guix-commits, 2023/10/21
- 03/07: gnu: poke: Revise package definition., guix-commits, 2023/10/21
- 06/07: gnu: Add emacs-poke-mode., guix-commits, 2023/10/21
- 07/07: tests: Verify plasma.tmpl at x86_64-linux., guix-commits, 2023/10/21
- 02/07: gnu: bitcoin-core: Update to 25.1.,
guix-commits <=
- 05/07: gnu: Remove emacs-poke., guix-commits, 2023/10/21