diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2024-05-30 10:25:07 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2024-05-30 10:25:32 +0200 |
commit | b4b6aafce6af584030652390865f33f00007bb1b (patch) | |
tree | fff81eee12f655be2c0c7d2afb6f1ca08bbe85bb | |
parent | 29a4514a347cf23abf65b7abe03d0d14551ebf56 (diff) | |
download | guix-b4b6aafce6af584030652390865f33f00007bb1b.tar.gz guix-b4b6aafce6af584030652390865f33f00007bb1b.zip |
gnu: bitcoin-unlimited: Update to 2.1.0.0.
* gnu/packages/finance.scm (bitcoin-unlimited): Update to 2.1.0.0.
Change-Id: I2faf7909c39bb72ceaf4d03b8bbb4f52e599fa3e
-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 3c32a220c4..446447633e 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1753,7 +1753,7 @@ following three utilities are included with the library: (define-public bitcoin-unlimited (package (name "bitcoin-unlimited") - (version "2.0.0.1") + (version "2.1.0.0") (source (origin (method git-fetch) @@ -1762,7 +1762,7 @@ following three utilities are included with the library: (commit (string-append "BCHunlimited" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1kkmg0gp86qz3ya8y5a00yic1mals138b9fv2cjlm7683sfjjljx")))) + (base32 "0cny12s03wsgx8iijg5cbr7r6wif9ck7dn98hsv9sz8xq1i5vjk4")))) (build-system gnu-build-system) (native-inputs (list autoconf |