guix-commits
[Top][All Lists]
Advanced

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

04/11: gnu: monero-core: Update to 0.12.2.0.


From: Ludovic Courtès
Subject: 04/11: gnu: monero-core: Update to 0.12.2.0.
Date: Mon, 16 Jul 2018 11:14:59 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 3902bc5c230b44e8899e1342a20615d6f751ad96
Author: Theodoros Foradis <address@hidden>
Date:   Sun Jul 8 20:39:28 2018 +0300

    gnu: monero-core: Update to 0.12.2.0.
    
    * gnu/packages/finance.scm (monero-core): Update to 0.12.2.0.
    [source]: Use 'git-fetch'.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/finance.scm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index ccfb98c..c912cc5 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -463,16 +463,17 @@ 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)
-       (uri (string-append 
"https://github.com/monero-project/monero-core/archive/v";
-                           version ".tar.gz"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/monero-project/monero-core";)
+             (commit (string-append "v" version))))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1q7a9kpcjgp74fbplzs2iszdld6gwbfrydyd9in9izhwp100p1rr"))))
+         "1cnrkwh7kp64lnzz1xfmkf1mhsgm5gls292gpqai3jr8jydpkahl"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)



reply via email to

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