diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-26 17:01:06 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-26 20:44:40 +0100 |
commit | 42aaa350c3752ab24317422149e74d8a3dbe7543 (patch) | |
tree | 840cedbf927740a10e6406ee7595770b4fcf4810 | |
parent | 15586697c91cd004a07f8f163829b0f8e4eb588e (diff) | |
download | guix-42aaa350c3752ab24317422149e74d8a3dbe7543.tar.gz guix-42aaa350c3752ab24317422149e74d8a3dbe7543.zip |
gnu: monero: Update to 0.17.1.5.
* gnu/packages/finance.scm (monero): Update to 0.17.1.5.
-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 dc62892e2a..dd6013635a 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -626,7 +626,7 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch ;; the system's dynamically linked library. (package (name "monero") - (version "0.17.1.3") + (version "0.17.1.5") (source (origin (method git-fetch) @@ -646,7 +646,7 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch "external/unbound")) #t)) (sha256 - (base32 "1ddkdfd8i5q509qziwcx1f6nm8axs4a1ppzv2y5lgsqpq375if6j")))) + (base32 "0yy9n2qng02j314h8fh5n0mcy6vpdks0yk4d8ifn8hj03f3g2c8b")))) (build-system cmake-build-system) (native-inputs `(("doxygen" ,doxygen) |