gnu: monero-gui: Update to 0.17.2.0.
authorGuillaume Le Vaillant <glv@posteo.net>
Mon, 12 Apr 2021 09:16:43 +0000 (11:16 +0200)
committerGuillaume Le Vaillant <glv@posteo.net>
Mon, 12 Apr 2021 09:17:59 +0000 (11:17 +0200)
* gnu/packages/finance.scm (monero-gui): Update to 0.17.2.0.

gnu/packages/finance.scm

index 613d063..f8d15b8 100644 (file)
@@ -762,7 +762,7 @@ the Monero command line client and daemon.")
 (define-public monero-gui
   (package
     (name "monero-gui")
-    (version "0.17.1.9")
+    (version "0.17.2.0")
     (source
      (origin
        (method git-fetch)
@@ -779,7 +779,7 @@ the Monero command line client and daemon.")
            (delete-file-recursively "monero")
            #t))
        (sha256
-        (base32 "0vpvpvsbbj547yir15g84qy9l9lwbip795zlliz79i7d66l23b1w"))))
+        (base32 "17il26gh0g69x7lqkyb461x1712959wajg3iadx0p08djr3m13mf"))))
     (build-system qt-build-system)
     (native-inputs
      `(,@(package-native-inputs monero)