[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/02: gnu: monero-gui: Update to 0.18.1.1.
From: |
guix-commits |
Subject: |
02/02: gnu: monero-gui: Update to 0.18.1.1. |
Date: |
Thu, 22 Sep 2022 05:40:50 -0400 (EDT) |
glv pushed a commit to branch master
in repository guix.
commit 3c4024e9f50a064d6458875623eb199a882feb53
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Thu Sep 22 11:25:28 2022 +0200
gnu: monero-gui: Update to 0.18.1.1.
* gnu/packages/finance.scm (monero-gui): Update to 0.18.1.1.
---
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 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)