diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2024-08-24 18:52:31 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2024-08-25 09:41:21 +0200 |
commit | 13cdd11914872ea44292dc799c36e0c613a53f0e (patch) | |
tree | 1d53a11fbe6cad586f66af50c36f1ff36f51b86a /gnu/packages/finance.scm | |
parent | d475e20fb6690d35ab74aeb45812860e11fef80b (diff) | |
download | guix-13cdd11914872ea44292dc799c36e0c613a53f0e.tar guix-13cdd11914872ea44292dc799c36e0c613a53f0e.tar.gz |
gnu: monero-gui: Update to 0.18.3.4.
* gnu/packages/finance.scm (monero-gui): Update to 0.18.3.4.
Change-Id: I8c629191a3711f0a647e6135708e447a9bcaa04b
Diffstat (limited to 'gnu/packages/finance.scm')
-rw-r--r-- | gnu/packages/finance.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 67e749a873..6ead73904d 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -790,7 +790,7 @@ the Monero command line client and daemon.") (define-public monero-gui (package (name "monero-gui") - (version "0.18.3.3") + (version "0.18.3.4") (source (origin (method git-fetch) @@ -806,7 +806,7 @@ the Monero command line client and daemon.") ;; See the 'extract-monero-sources' phase. (delete-file-recursively "monero"))) (sha256 - (base32 "1yy98y37l5nfxj921h6rbhni6fk0fic9bs4gqbnq2n4397h7jamj")))) + (base32 "09x8184kbpw74qlak2x9amz7j3qkacnk9l0c1cws1d0fghlm6n9m")))) (build-system qt-build-system) (native-inputs `(,@(package-native-inputs monero) |