guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: bitcoin-unlimited: Update to 1.9.0.0.


From: guix-commits
Subject: branch master updated: gnu: bitcoin-unlimited: Update to 1.9.0.0.
Date: Thu, 27 Aug 2020 11:41:27 -0400

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

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 3598813  gnu: bitcoin-unlimited: Update to 1.9.0.0.
3598813 is described below

commit 35988130c9e485826154f29ff67ce0e1b7c88fbc
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Aug 27 17:29:16 2020 +0200

    gnu: bitcoin-unlimited: Update to 1.9.0.0.
    
    * gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.0.0.
---
 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 332142f..f897253 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1397,7 +1397,7 @@ entity management.")
 (define-public bitcoin-unlimited
   (package
     (name "bitcoin-unlimited")
-    (version "1.8.0.0")
+    (version "1.9.0.0")
     (source
      (origin
        (method git-fetch)
@@ -1406,7 +1406,7 @@ entity management.")
              (commit (string-append "BCHunlimited" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1ivkig6q7i4n389dg1zv06cmfki20bjq0slmshx0p5a1aavkqj7k"))))
+        (base32 "1a64h7mcqdra4ahnw1nycp4ysx308ymgbl4yn5fj5jfaszdzvy0h"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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