[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: monero-gui: Update to 0.16.0.2.
From: |
guix-commits |
Subject: |
branch master updated: gnu: monero-gui: Update to 0.16.0.2. |
Date: |
Sat, 11 Jul 2020 08:46:48 -0400 |
This is an automated email from the git hooks/post-receive script.
glv pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new af96b58 gnu: monero-gui: Update to 0.16.0.2.
af96b58 is described below
commit af96b5845ef10bb0cf2b0a04544365ba064c605f
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Sat Jul 11 14:44:57 2020 +0200
gnu: monero-gui: Update to 0.16.0.2.
* gnu/packages/finance.scm (monero-gui): Update to 0.16.0.2.
---
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 49273d2..d8d3817 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -666,7 +666,7 @@ the Monero command line client and daemon.")
(define-public monero-gui
(package
(name "monero-gui")
- (version "0.16.0.1")
+ (version "0.16.0.2")
(source
(origin
(method git-fetch)
@@ -676,7 +676,7 @@ the Monero command line client and daemon.")
(file-name (git-file-name name version))
(sha256
(base32
- "0wnrlcf273y233bal5k90v7b7pa8z0ka70awdlxk50afbvkcbr3c"))))
+ "1b1m8vhs0hdh81ysm8s8vfwqskqsihylb51wz16kc98ba40r9gqg"))))
(build-system qt-build-system)
(native-inputs
`(("monero-source" ,(package-source monero))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: monero-gui: Update to 0.16.0.2.,
guix-commits <=