guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: bitcoin-unlimited: Update to 1.9.1.1.


From: guix-commits
Subject: 01/02: gnu: bitcoin-unlimited: Update to 1.9.1.1.
Date: Tue, 6 Apr 2021 09:24:42 -0400 (EDT)

glv pushed a commit to branch master
in repository guix.

commit bed31da50d8edfefa7255d9e80ab837c2d88349e
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Tue Apr 6 14:55:45 2021 +0200

    gnu: bitcoin-unlimited: Update to 1.9.1.1.
    
    * gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.1.1.
---
 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 3ccc077..08b7a95 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1404,7 +1404,7 @@ following three utilities are included with the library:
 (define-public bitcoin-unlimited
   (package
     (name "bitcoin-unlimited")
-    (version "1.9.0.1")
+    (version "1.9.1.1")
     (source
      (origin
        (method git-fetch)
@@ -1413,7 +1413,7 @@ following three utilities are included with the library:
              (commit (string-append "BCHunlimited" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1pan24g3d5csa004d7zvlizj4mv58ly5i579341isp944phl3g5v"))))
+        (base32 "0vyvfawss40v9jaic9zq0z3cjvxiq04d4wgq4rnkha7ilm9zqyd7"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("autoconf" ,autoconf)



reply via email to

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