gnu: monero-core: Update to 0.11.1.0.
* gnu/packages/finance.scm (monero-core): Update to 0.11.1.0. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
14e09e9039
commit
12a130b011
1 changed files with 2 additions and 2 deletions
|
@ -419,7 +419,7 @@ (define-public monero
|
||||||
(define-public monero-core
|
(define-public monero-core
|
||||||
(package
|
(package
|
||||||
(name "monero-core")
|
(name "monero-core")
|
||||||
(version "0.11.0.0")
|
(version "0.11.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -428,7 +428,7 @@ (define-public monero-core
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hnrkgwb1sva67pcjym2gvb4zifp2s849dfbnjzbxk3yczpcyqzg"))))
|
"1q7a9kpcjgp74fbplzs2iszdld6gwbfrydyd9in9izhwp100p1rr"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("doxygen" ,doxygen)
|
`(("doxygen" ,doxygen)
|
||||||
|
|
Loading…
Reference in a new issue