guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]