From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51308) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iTOQT-0002N6-H1 for guix-patches@gnu.org; Sat, 09 Nov 2019 05:57:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iTOQS-0001j1-BJ for guix-patches@gnu.org; Sat, 09 Nov 2019 05:57:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:39463) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iTOQQ-0001i0-3U for guix-patches@gnu.org; Sat, 09 Nov 2019 05:57:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iTOQQ-00016z-1R for guix-patches@gnu.org; Sat, 09 Nov 2019 05:57:02 -0500 Subject: [bug#38147] [PATCH 3/3] gnu: monero-gui: Update to 0.15.0.0. Resent-Message-ID: From: Guillaume Le Vaillant Date: Sat, 9 Nov 2019 11:54:54 +0100 Message-Id: <20191109105454.9849-3-glv@posteo.net> In-Reply-To: <20191109105454.9849-1-glv@posteo.net> References: <87mud5nx3m.fsf@yamatai> <20191109105454.9849-1-glv@posteo.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38147@debbugs.gnu.org Cc: Guillaume Le Vaillant * gnu/packages/finance.scm (monero-gui): Update to 0.15.0.0. [home-page]: Update url. --- gnu/packages/finance.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index d7e56f5bb6..56bdacc9c4 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -592,7 +592,7 @@ the Monero command line client and daemon.") (define-public monero-gui (package (name "monero-gui") - (version "0.14.1.2") + (version "0.15.0.0") (source (origin (method git-fetch) @@ -602,7 +602,7 @@ the Monero command line client and daemon.") (file-name (git-file-name name version)) (sha256 (base32 - "1rm043r6y2mzy8pclnzbjjfxgps8pkfa2b92p66k8y8rdmgq6m1k")))) + "1shpnly2dym5jhvk8zk10p69mz062dihx979djg74q6hgkhhhqsh")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config) @@ -704,7 +704,7 @@ the Monero command line client and daemon.") (let ((out (assoc-ref outputs "out"))) (wrap-qt-program out "monero-wallet-gui")) #t))))) - (home-page "https://getmonero.org/") + (home-page "https://web.getmonero.org/") (synopsis "Graphical user interface for the Monero currency") (description "Monero is a secure, private, untraceable currency. This package provides -- 2.24.0