guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: bitcoin-core: Update to 0.19.1.


From: guix-commits
Subject: branch master updated: gnu: bitcoin-core: Update to 0.19.1.
Date: Tue, 10 Mar 2020 15:28:11 -0400

This is an automated email from the git hooks/post-receive script.

carl pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 90799c3  gnu: bitcoin-core: Update to 0.19.1.
90799c3 is described below

commit 90799c35bd9cadaf7c28be5ea6e41ec692d5b4a4
Author: Carl Dong <address@hidden>
AuthorDate: Tue Mar 10 15:19:42 2020 -0400

    gnu: bitcoin-core: Update to 0.19.1.
    
    * gnu/packages/finance.scm (bitcoin-core): Update to 0.19.1.
    
    Co-Authored-By: fanquake <address@hidden>
---
 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 5143b50..89a7ffe 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -97,7 +97,7 @@
 (define-public bitcoin-core
   (package
     (name "bitcoin-core")
-    (version "0.19.0.1")
+    (version "0.19.1")
     (source (origin
              (method url-fetch)
              (uri
@@ -105,7 +105,7 @@
                              version "/bitcoin-" version ".tar.gz"))
              (sha256
               (base32
-               "1172dl4b8h2a80ilk9sfgbl8yi55k6hs4b1m07nic2ls4irgkjbs"))))
+               "1h3w7brc18145np920vy7j5ms5hym59hvr40swdjx34fbdaisngj"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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