GNU bug report logs -
#31531
Update monero to 0.12.0.0.
Previous Next
Full log
View this message in rfc822 format
* 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
This bug report was last modified 7 years and 39 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.