aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2022-09-22 11:25:28 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2022-09-22 11:40:10 +0200
commit3c4024e9f50a064d6458875623eb199a882feb53 (patch)
tree8afca8a87060bfc53361a3c38bb1aee6ecebfa0f
parentcd4d2b1050457ee886ce5d401438c9b1936713fc (diff)
downloadguix-3c4024e9f50a064d6458875623eb199a882feb53.tar
guix-3c4024e9f50a064d6458875623eb199a882feb53.tar.gz
gnu: monero-gui: Update to 0.18.1.1.
* gnu/packages/finance.scm (monero-gui): Update to 0.18.1.1.
-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 cc0a13cd1b..9739c5acd5 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -812,7 +812,7 @@ the Monero command line client and daemon.")
(define-public monero-gui
(package
(name "monero-gui")
- (version "0.18.1.0")
+ (version "0.18.1.1")
(source
(origin
(method git-fetch)
@@ -828,7 +828,7 @@ the Monero command line client and daemon.")
;; See the 'extract-monero-sources' phase.
(delete-file-recursively "monero")))
(sha256
- (base32 "1z627jy9n6cwc9yv0w58fbhix4qnllk0q42ga75mhlawaz68j0qi"))))
+ (base32 "0zh0sf7acr1a4s5kmp9fpjd2wr78qv74z1xhkwrkkn9ainp4qfaz"))))
(build-system qt-build-system)
(native-inputs
`(,@(package-native-inputs monero)