From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54938) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJHdv-0002VA-Fs for guix-patches@gnu.org; Mon, 27 Nov 2017 06:32:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJHdq-0007YC-P0 for guix-patches@gnu.org; Mon, 27 Nov 2017 06:32:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:51459) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eJHdq-0007Y8-Le for guix-patches@gnu.org; Mon, 27 Nov 2017 06:32:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eJHdq-0005Mg-DC for guix-patches@gnu.org; Mon, 27 Nov 2017 06:32:02 -0500 Subject: [bug#29469] [PATCH 1/2] gnu: monero: Update to 0.11.1.0. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54306) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eJHcc-0001kP-Rf for guix-patches@gnu.org; Mon, 27 Nov 2017 06:30:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eJHcY-0006ts-PM for guix-patches@gnu.org; Mon, 27 Nov 2017 06:30:46 -0500 Received: from sonic302-20.consmr.mail.ir2.yahoo.com ([87.248.110.83]:45632) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eJHcY-0006st-Hm for guix-patches@gnu.org; Mon, 27 Nov 2017 06:30:42 -0500 From: Vasile Dumitrascu Date: Mon, 27 Nov 2017 12:30:22 +0100 Message-Id: <20171127113023.4428-1-va511e@yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: 29469@debbugs.gnu.org Cc: Vasile Dumitrascu * gnu/packages/finance.scm (monero): Update to 0.11.1.0. --- gnu/packages/finance.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index a0febba01..2b9e941c3 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -5,6 +5,7 @@ ;;; Copyright © 2016 Hartmut Goebel ;;; Copyright © 2017 Carlo Zancanaro ;;; Copyright © 2017 Theodoros Foradis +;;; Copyright © 2017 Vasile Dumitrascu ;;; ;;; This file is part of GNU Guix. ;;; @@ -319,7 +320,7 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.") ;; the system's dynamically linked library. (package (name "monero") - (version "0.11.0.0") + (version "0.11.1.0") (source (origin (method url-fetch) @@ -337,7 +338,7 @@ other machines/servers. Electrum does not download the Bitcoin blockchain.") #t)) (sha256 (base32 - "083w40a553c0r3i18020jcrv5s0b64vx3d8xrn9nwkb2237ighlk")))) + "16shd834025jyzy68h3gag1sz8vbk875hy4j97hrki8pacz8vd5m")))) (build-system cmake-build-system) (native-inputs `(("doxygen" ,doxygen) -- 2.15.0