diff options
author | Vasile Dumitrascu <va511e@yahoo.com> | 2017-11-27 12:30:23 +0100 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-11-27 12:56:36 -0500 |
commit | 12a130b0118c3f56e6337e011dc4a89f2671359a (patch) | |
tree | 44aeb6dd0a637da6a62f1469c225920344baf604 /gnu | |
parent | 14e09e903994ebfd31ace7345a38bc90ae9bac20 (diff) | |
download | guix-12a130b0118c3f56e6337e011dc4a89f2671359a.tar guix-12a130b0118c3f56e6337e011dc4a89f2671359a.tar.gz |
gnu: monero-core: Update to 0.11.1.0.
* gnu/packages/finance.scm (monero-core): Update to 0.11.1.0.
Signed-off-by: Leo Famulari <leo@famulari.name>
Diffstat (limited to 'gnu')
-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 2b9e941c33..9492376ba3 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -419,7 +419,7 @@ Monero command line client and daemon.") (define-public monero-core (package (name "monero-core") - (version "0.11.0.0") + (version "0.11.1.0") (source (origin (method url-fetch) @@ -428,7 +428,7 @@ Monero command line client and daemon.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "0hnrkgwb1sva67pcjym2gvb4zifp2s849dfbnjzbxk3yczpcyqzg")))) + "1q7a9kpcjgp74fbplzs2iszdld6gwbfrydyd9in9izhwp100p1rr")))) (build-system gnu-build-system) (native-inputs `(("doxygen" ,doxygen) |