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>
master
Theodoros Foradis 2018-07-08 20:39:28 +03:00 committed by Ludovic Courtès
parent 797445be47
commit 3902bc5c23
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 6 additions and 5 deletions

View File

@ -463,16 +463,17 @@ Monero command line client and daemon.")
(define-public monero-core
(package
(name "monero-core")
(version "0.11.1.0")
(version "0.12.2.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/monero-project/monero-core/archive/v"
version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/monero-project/monero-core")
(commit (string-append "v" version))))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1q7a9kpcjgp74fbplzs2iszdld6gwbfrydyd9in9izhwp100p1rr"))))
"1cnrkwh7kp64lnzz1xfmkf1mhsgm5gls292gpqai3jr8jydpkahl"))))
(build-system gnu-build-system)
(native-inputs
`(("doxygen" ,doxygen)