gnu: monero-core: Update to 0.12.2.0.
* gnu/packages/finance.scm (monero-core): Update to 0.12.2.0. [source]: Use 'git-fetch'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
797445be47
commit
3902bc5c23
|
@ -463,16 +463,17 @@ Monero command line client and daemon.")
|
||||||
(define-public monero-core
|
(define-public monero-core
|
||||||
(package
|
(package
|
||||||
(name "monero-core")
|
(name "monero-core")
|
||||||
(version "0.11.1.0")
|
(version "0.12.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method git-fetch)
|
||||||
(uri (string-append "https://github.com/monero-project/monero-core/archive/v"
|
(uri (git-reference
|
||||||
version ".tar.gz"))
|
(url "https://github.com/monero-project/monero-core")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1q7a9kpcjgp74fbplzs2iszdld6gwbfrydyd9in9izhwp100p1rr"))))
|
"1cnrkwh7kp64lnzz1xfmkf1mhsgm5gls292gpqai3jr8jydpkahl"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("doxygen" ,doxygen)
|
`(("doxygen" ,doxygen)
|
||||||
|
|
Loading…
Reference in New Issue