From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43049) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fK6wc-00088Y-8e for guix-patches@gnu.org; Sat, 19 May 2018 14:51:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fK6wZ-0007fc-3q for guix-patches@gnu.org; Sat, 19 May 2018 14:51:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33379) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fK6wZ-0007fS-0C for guix-patches@gnu.org; Sat, 19 May 2018 14:51:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fK6wY-0006jI-J0 for guix-patches@gnu.org; Sat, 19 May 2018 14:51:02 -0400 Subject: [bug#31531] Update monero to 0.12.0.0. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43031) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fK6wH-000886-Vt for guix-patches@gnu.org; Sat, 19 May 2018 14:50:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fK6wE-0007VA-CU for guix-patches@gnu.org; Sat, 19 May 2018 14:50:45 -0400 Received: from mx2.mailbox.org ([80.241.60.215]:13052) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fK6wE-0007UL-53 for guix-patches@gnu.org; Sat, 19 May 2018 14:50:42 -0400 Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 34D9641004 for ; Sat, 19 May 2018 20:50:40 +0200 (CEST) Received: from smtp1.mailbox.org ([80.241.60.240]) by hefe.heinlein-support.de (hefe.heinlein-support.de [91.198.250.172]) (amavisd-new, port 10030) with ESMTP id 6QornbUOcidz for ; Sat, 19 May 2018 20:50:39 +0200 (CEST) From: Theodoros Foradis Date: Sat, 19 May 2018 21:50:34 +0300 Message-ID: <87bmdbtr7p.fsf@foradis.org> MIME-Version: 1.0 Content-Type: text/plain 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 This patch series updates monero and monero-core to 0.12.0.0 and adds cppzmq package. gnu/local.mk | 1 + gnu/packages/finance.scm | 35 ++++++++++++++++++++++------------- gnu/packages/networking.scm | 28 ++++++++++++++++++++++++++++ gnu/packages/patches/monero-fix-version.patch | 16 ++++++++++++++++ 4 files changed, 67 insertions(+), 13 deletions(-) create mode 100644 gnu/packages/patches/monero-fix-version.patch gnu: monero-core: Update to 0.12.0.0. gnu: monero: Update to 0.12.0.0. gnu: Add cppzmq. -- Theodoros Foradis