guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: monero: Update to 0.18.2.0.


From: guix-commits
Subject: 01/06: gnu: monero: Update to 0.18.2.0.
Date: Wed, 1 Mar 2023 10:33:39 -0500 (EST)

glv pushed a commit to branch master
in repository guix.

commit 5064d184f2cb9157aa9c9968f3cb0613e2ef7061
Author: Guillaume Le Vaillant <glv@posteo.net>
AuthorDate: Wed Mar 1 13:35:40 2023 +0100

    gnu: monero: Update to 0.18.2.0.
    
    * gnu/packages/finance.scm (monero): Update to 0.18.2.0.
---
 gnu/packages/finance.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index d2da017091..77b891dedc 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -713,7 +713,7 @@ blockchain.")
   ;; the system's dynamically linked library.
   (package
     (name "monero")
-    (version "0.18.1.2")
+    (version "0.18.2.0")
     (source
      (origin
        (method git-fetch)
@@ -731,7 +731,7 @@ blockchain.")
             delete-file-recursively
             '("external/miniupnp" "external/rapidjson"))))
        (sha256
-        (base32 "033hfc98gv28x05gc1ln6dmyc45cki4qdylmz35wh4dchyr74pf9"))))
+        (base32 "0k41mkz0lp8qavgy3d9813pkmyy8rnhd0fl7wvzdhr7fznqn9sca"))))
     (build-system cmake-build-system)
     (native-inputs
      (list doxygen



reply via email to

[Prev in Thread] Current Thread [Next in Thread]