gnu: monero: Update to 0.17.1.1.
authorGuillaume Le Vaillant <glv@posteo.net>
Mon, 19 Oct 2020 07:37:38 +0000 (09:37 +0200)
committerGuillaume Le Vaillant <glv@posteo.net>
Mon, 19 Oct 2020 07:42:58 +0000 (09:42 +0200)
* gnu/packages/finance.scm (monero): Update to 0.17.1.1.

gnu/packages/finance.scm

index 182d38c..817a272 100644 (file)
@@ -555,7 +555,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.0")
+    (version "0.17.1.1")
     (source
      (origin
        (method git-fetch)
@@ -575,7 +575,7 @@ other machines/servers.  Electroncash does not download the Bitcoin Cash blockch
               "external/unbound"))
            #t))
        (sha256
-        (base32 "1cngniv7sndy8r0fcfgk737640k53q3kwd36g891p5igcb985qdw"))))
+        (base32 "18x27dm24k04vx0yz57zi02rk0wrmbn4wr8alqf48dq6z9wr0fhp"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)