1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: monero: Update to 0.15.0.5.

* gnu/packages/finance.scm (monero): Update to 0.15.0.5.
This commit is contained in:
Guillaume Le Vaillant
2020-02-15 15:14:33 +01:00
parent 75c33c888a
commit fc3aa11385

View File

@@ -495,7 +495,7 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch
;; the system's dynamically linked library.
(package
(name "monero")
(version "0.15.0.1")
(version "0.15.0.5")
(source
(origin
(method git-fetch)
@@ -516,7 +516,7 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch
#t))
(sha256
(base32
"0sypa235lf2bbib4b71xpaw39h9304slgsvnsz8wmy9fq1zx009m"))))
"06zzwa0y8ic6x3y2fy501788r51p4klanyvmm76ywrwf087njlkv"))))
(build-system cmake-build-system)
(native-inputs
`(("doxygen" ,doxygen)