diff options
author | Guillaume Le Vaillant <glv@posteo.net> | 2020-08-09 09:48:00 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2020-08-09 09:48:00 +0200 |
commit | 8809696efaf373e2cdbeaeff4dd436aa7f56df8b (patch) | |
tree | f10e95433f423c3fdeae77e72ff413dc8626e6ea | |
parent | d6fcc67de59ab5406348bf4fc206c9be82858f06 (diff) | |
download | guix-8809696efaf373e2cdbeaeff4dd436aa7f56df8b.tar guix-8809696efaf373e2cdbeaeff4dd436aa7f56df8b.tar.gz |
gnu: monero: Update to 0.16.0.3.
* gnu/packages/finance.scm (monero): Update to 0.16.0.3.
-rw-r--r-- | gnu/packages/finance.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 895ab104f9..dd41678a6a 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -547,7 +547,7 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch ;; the system's dynamically linked library. (package (name "monero") - (version "0.16.0.1") + (version "0.16.0.3") (source (origin (method git-fetch) @@ -567,8 +567,7 @@ other machines/servers. Electroncash does not download the Bitcoin Cash blockch "external/unbound")) #t)) (sha256 - (base32 - "0n2cviqm8radpynx70fc0819k1xknjc58cvb4whlc49ilyvh8ky6")))) + (base32 "1r9x3712vhb24dxxirfiwj5f9x0h4m7x0ngiiavf5983dfdlgz33")))) (build-system cmake-build-system) (native-inputs `(("doxygen" ,doxygen) |