From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:49120) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fK71S-0001Jd-Qb for guix-patches@gnu.org; Sat, 19 May 2018 14:56:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fK71P-0001y6-Ov for guix-patches@gnu.org; Sat, 19 May 2018 14:56:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:33405) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1fK71P-0001y0-LU for guix-patches@gnu.org; Sat, 19 May 2018 14:56:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1fK71P-0006rU-Bi for guix-patches@gnu.org; Sat, 19 May 2018 14:56:03 -0400 Subject: [bug#31531] [PATCH 3/3] gnu: monero-core: Update to 0.12.0.0. Resent-Message-ID: From: Theodoros Foradis Date: Sat, 19 May 2018 21:54:37 +0300 Message-Id: <20180519185437.23665-3-theodoros@foradis.org> In-Reply-To: <20180519185437.23665-1-theodoros@foradis.org> References: <87bmdbtr7p.fsf@foradis.org> <20180519185437.23665-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.0.0. [arguments]: Substitute system* with invoke. --- 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 9f18d79ac..2980d58b0 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -436,7 +436,7 @@ Monero command line client and daemon.") (define-public monero-core (package (name "monero-core") - (version "0.11.1.0") + (version "0.12.0.0") (source (origin (method url-fetch) @@ -445,7 +445,7 @@ Monero command line client and daemon.") (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "1q7a9kpcjgp74fbplzs2iszdld6gwbfrydyd9in9izhwp100p1rr")))) + "0hrpimmb0chml2cjznalxwv3xajni7md7prx0dqm5rs9vsdbw5dr")))) (build-system gnu-build-system) (native-inputs `(("doxygen" ,doxygen) @@ -492,7 +492,7 @@ Monero command line client and daemon.") #t)) (replace 'build (lambda _ - (zero? (system* "./build.sh")))) + (invoke "./build.sh"))) (add-after 'build 'fix-install-path (lambda* (#:key outputs #:allow-other-keys) (substitute* "build/Makefile" -- 2.16.2