From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:40604) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iXQ5U-0001On-Dj for guix-patches@gnu.org; Wed, 20 Nov 2019 08:32:05 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iXQ5T-0000j7-CH for guix-patches@gnu.org; Wed, 20 Nov 2019 08:32:04 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:40317) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iXQ5S-0000iu-W6 for guix-patches@gnu.org; Wed, 20 Nov 2019 08:32:03 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iXQ5S-0006tW-JF for guix-patches@gnu.org; Wed, 20 Nov 2019 08:32:02 -0500 Subject: [bug#38300] [PATCH 1/2] gnu: monero: Update to 0.15.0.1. Resent-Message-ID: From: Guillaume Le Vaillant Date: Wed, 20 Nov 2019 14:31:12 +0100 Message-Id: <20191120133113.14583-1-glv@posteo.net> In-Reply-To: <875zjer851.fsf@yamatai> References: <875zjer851.fsf@yamatai> 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: 38300@debbugs.gnu.org Cc: Guillaume Le Vaillant * gnu/packages/finance.scm (monero): Update to 0.15.0.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 56bdacc9c4..792534533f 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -477,7 +477,7 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch ;; the system's dynamically linked library. (package (name "monero") - (version "0.15.0.0") + (version "0.15.0.1") (source (origin (method git-fetch) @@ -498,7 +498,7 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch #t)) (sha256 (base32 - "19y4kcj4agws7swfa3draysb1y18c3xb13r8cg0faxx1dlm0zbnr")))) + "0sypa235lf2bbib4b71xpaw39h9304slgsvnsz8wmy9fq1zx009m")))) (build-system cmake-build-system) (native-inputs `(("doxygen" ,doxygen) -- 2.24.0