guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: bitcoin-core: Update to 26.0.


From: guix-commits
Subject: 01/02: gnu: bitcoin-core: Update to 26.0.
Date: Wed, 20 Dec 2023 05:11:20 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 51c0490267726e2b69c31ca337983123334c4aee
Author: Michael Ford <fanquake@gmail.com>
AuthorDate: Thu Dec 14 10:40:55 2023 +0000

    gnu: bitcoin-core: Update to 26.0.
    
    * gnu/packages/finance.scm (bitcoin-core): Update to 26.0.
    
    Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
    Change-Id: Ied4b14221f862e05f37fc0516392d1b474bc6d19
---
 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 6ed363552a..98a220385b 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.1")
+    (version "26.0")
     (source (origin
               (method url-fetch)
               (uri
@@ -150,7 +150,7 @@
                               version "/bitcoin-" version ".tar.gz"))
               (sha256
                (base32
-                "1jcq2686x6f1g8xk91h3qfw89v1klw931wbpbcvc5a6zv2cabhmy"))))
+                "18f0rl7nzr64m54d6hmrphg7z39mmj2ix47kv78n5nr8dqkrj7db"))))
     (build-system gnu-build-system)
     (native-inputs
      (list autoconf



reply via email to

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