guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: monero: Update to 0.11.1.0.


From: Leo Famulari
Subject: 01/02: gnu: monero: Update to 0.11.1.0.
Date: Mon, 27 Nov 2017 13:03:59 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 14e09e903994ebfd31ace7345a38bc90ae9bac20
Author: Vasile Dumitrascu <address@hidden>
Date:   Mon Nov 27 12:30:22 2017 +0100

    gnu: monero: Update to 0.11.1.0.
    
    * gnu/packages/finance.scm (monero): Update to 0.11.1.0.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/finance.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index a0febba..2b9e941 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -5,6 +5,7 @@
 ;;; Copyright © 2016 Hartmut Goebel <address@hidden>
 ;;; Copyright © 2017 Carlo Zancanaro <address@hidden>
 ;;; Copyright © 2017 Theodoros Foradis <address@hidden>
+;;; Copyright © 2017 Vasile Dumitrascu <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -319,7 +320,7 @@ other machines/servers.  Electrum does not download the 
Bitcoin blockchain.")
   ;; the system's dynamically linked library.
   (package
     (name "monero")
-    (version "0.11.0.0")
+    (version "0.11.1.0")
     (source
      (origin
        (method url-fetch)
@@ -337,7 +338,7 @@ other machines/servers.  Electrum does not download the 
Bitcoin blockchain.")
            #t))
        (sha256
         (base32
-         "083w40a553c0r3i18020jcrv5s0b64vx3d8xrn9nwkb2237ighlk"))))
+         "16shd834025jyzy68h3gag1sz8vbk875hy4j97hrki8pacz8vd5m"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("doxygen" ,doxygen)



reply via email to

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