guix-patches
[Top][All Lists]
Advanced

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

[bug#31531] [PATCH v2 5/9] gnu: monero-core: Update to 0.12.2.0.


From: Theodoros Foradis
Subject: [bug#31531] [PATCH v2 5/9] gnu: monero-core: Update to 0.12.2.0.
Date: Sun, 8 Jul 2018 20:39:28 +0300

* gnu/packages/finance.scm (monero-core): Update to 0.12.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 3d89490a5..8a80eb136 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -472,7 +472,7 @@ 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)
@@ -481,7 +481,7 @@ Monero command line client and daemon.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1q7a9kpcjgp74fbplzs2iszdld6gwbfrydyd9in9izhwp100p1rr"))))
+         "0lhq8ki91qmq3mll2hc96g6wm9b1biw1dalqw116b3yn78plvy7w"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)
-- 
2.16.2






reply via email to

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