gnu: monero-gui: Update to 0.17.1.1.
authorGuillaume Le Vaillant <glv@posteo.net>
Mon, 19 Oct 2020 09:30:05 +0000 (11:30 +0200)
committerGuillaume Le Vaillant <glv@posteo.net>
Mon, 19 Oct 2020 11:46:19 +0000 (13:46 +0200)
* gnu/packages/finance.scm (monero-gui): Update to 0.17.1.1.

gnu/packages/finance.scm

index 817a272..4397cf8 100644 (file)
@@ -665,7 +665,7 @@ the Monero command line client and daemon.")
 (define-public monero-gui
   (package
     (name "monero-gui")
-    (version "0.17.1.0")
+    (version "0.17.1.1")
     (source
      (origin
        (method git-fetch)
@@ -674,7 +674,7 @@ the Monero command line client and daemon.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "07r78ipv4g3i6z822kq380vi3qwlb958rccsy6lyybkhj9y0rx84"))))
+        (base32 "0aqhp4rmqsgwjb875kgh6qwz0wyyiag1fksyic9cnhgg5j5y95nx"))))
     (build-system qt-build-system)
     (native-inputs
      `(,@(package-native-inputs monero)