From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:59209) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fcDgI-0003iS-8S for guix-patches@gnu.org; Sun, 08 Jul 2018 13:41:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fcDgF-0001pN-N5 for guix-patches@gnu.org; Sun, 08 Jul 2018 13:41:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:43486) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fcDgF-0001pG-JC for guix-patches@gnu.org; Sun, 08 Jul 2018 13:41:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fcDgF-0004BQ-Cy for guix-patches@gnu.org; Sun, 08 Jul 2018 13:41:03 -0400 Subject: [bug#31531] [PATCH v2 5/9] gnu: monero-core: Update to 0.12.2.0. Resent-Message-ID: From: Theodoros Foradis Date: Sun, 8 Jul 2018 20:39:28 +0300 Message-Id: <20180708173932.14807-5-theodoros@foradis.org> In-Reply-To: <20180708173932.14807-1-theodoros@foradis.org> References: <87d0vxy6j1.fsf@foradis.org> <20180708173932.14807-1-theodoros@foradis.org> 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: 31531@debbugs.gnu.org * gnu/packages/finance.scm (monero-core): Update to 0.12.2.0. --- 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 3d89490a5..8a80eb136 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -472,7 +472,7 @@ Monero command line client and daemon.") (define-public monero-core (package (name "monero-core") - (version "0.11.1.0") + (version "0.12.2.0") (source (origin (method url-fetch) @@ -481,7 +481,7 @@ Monero command line client and daemon.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1q7a9kpcjgp74fbplzs2iszdld6gwbfrydyd9in9izhwp100p1rr")))) + "0lhq8ki91qmq3mll2hc96g6wm9b1biw1dalqw116b3yn78plvy7w")))) (build-system gnu-build-system) (native-inputs `(("doxygen" ,doxygen) -- 2.16.2