summary refs log tree commit diff
path: root/gnu/packages/finance.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-09 06:32:50 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-09 06:40:32 +0100
commitd450b77abd65b7f66d98ef418b5f68e40ea8f8cf (patch)
tree4fa135f5be97ddf65a50fcb19a3148162c91b62f /gnu/packages/finance.scm
parentf0ad0e85cdae95df17b2f66fec97fcf0a4e70a0b (diff)
downloadguix-d450b77abd65b7f66d98ef418b5f68e40ea8f8cf.tar.gz
gnu: monero: Update to 0.17.1.3.
* gnu/packages/finance.scm (monero): Update to 0.17.1.3.
Diffstat (limited to 'gnu/packages/finance.scm')
-rw-r--r--gnu/packages/finance.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index ffbf3b218d..f05781d998 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -617,7 +617,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.1")
+    (version "0.17.1.3")
     (source
      (origin
        (method git-fetch)
@@ -637,7 +637,7 @@ other machines/servers.  Electroncash does not download the Bitcoin Cash blockch
               "external/unbound"))
            #t))
        (sha256
-        (base32 "18x27dm24k04vx0yz57zi02rk0wrmbn4wr8alqf48dq6z9wr0fhp"))))
+        (base32 "1ddkdfd8i5q509qziwcx1f6nm8axs4a1ppzv2y5lgsqpq375if6j"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)