[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/04: gnu: monero-gui: Update to 0.18.3.4.
From: |
guix-commits |
Subject: |
03/04: gnu: monero-gui: Update to 0.18.3.4. |
Date: |
Sun, 25 Aug 2024 03:42:40 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit 13cdd11914872ea44292dc799c36e0c613a53f0e
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Aug 24 18:52:31 2024 +0200
gnu: monero-gui: Update to 0.18.3.4.
* gnu/packages/finance.scm (monero-gui): Update to 0.18.3.4.
Change-Id: I8c629191a3711f0a647e6135708e447a9bcaa04b
---
gnu/packages/finance.scm | 4 ++--
1 file 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)