diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2021-04-06 14:55:45 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-04-06 15:23:41 +0200 |
commit | bed31da50d8edfefa7255d9e80ab837c2d88349e (patch) | |
tree | 7964e967f4d2a366059ade1228ec559054b4d068 /gnu/packages | |
parent | 05a5e222e9e9250dbac61a278762dd47f2eb8897 (diff) |
gnu: bitcoin-unlimited: Update to 1.9.1.1.
* gnu/packages/finance.scm (bitcoin-unlimited): Update to 1.9.1.1.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/finance.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 3ccc077b94..08b7a95292 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) |