guix-commits
[Top][All Lists]
Advanced

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

branch master updated: * gnu/packages/finance.scm (bitcoin-core): Update


From: guix-commits
Subject: branch master updated: * gnu/packages/finance.scm (bitcoin-core): Update to 0.19.0.1.
Date: Mon, 10 Feb 2020 13:12:05 -0500

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 4730878  * gnu/packages/finance.scm (bitcoin-core): Update to 0.19.0.1.
4730878 is described below

commit 4730878b81a84e54408917c17f4b80e354423d61
Author: Carl Dong <address@hidden>
AuthorDate: Mon Feb 10 13:10:07 2020 -0500

    * gnu/packages/finance.scm (bitcoin-core): Update to 0.19.0.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 190e5cb..990298c 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.18.1")
+    (version "0.19.0.1")
     (source (origin
              (method url-fetch)
              (uri
@@ -105,7 +105,7 @@
                              version "/bitcoin-" version ".tar.gz"))
              (sha256
               (base32
-               "15mz0gmm058gmq2gdpffbw25jpv7mksyhyfws6i7mqvrapqr6zaw"))))
+               "1172dl4b8h2a80ilk9sfgbl8yi55k6hs4b1m07nic2ls4irgkjbs"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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