guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: global: Update to 6.5.7.


From: Ludovic Courtès
Subject: 02/03: gnu: global: Update to 6.5.7.
Date: Mon, 5 Jun 2017 17:53:08 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 9cbc9d8612519074b9133cb202ef8802e4d8ba8a
Author: Ludovic Courtès <address@hidden>
Date:   Mon Jun 5 23:45:42 2017 +0200

    gnu: global: Update to 6.5.7.
    
    * gnu/packages/code.scm (global): Update to 6.5.7.
---
 gnu/packages/code.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index d57fc00..1576c23 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -93,14 +93,14 @@ highlighting your own code that seemed comprehensible when 
you wrote it.")
 (define-public global                             ; a global variable
   (package
     (name "global")
-    (version "6.5.6")
+    (version "6.5.7")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/global/global-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "018m536k5y6lks1a6gqn3bsp7r8zk017znqj9kva1nm8d7x9lbqj"))))
+               "0cnd7a7d1pl46yk15q6mnr9i9w3xi8pxgchw4ia9njgr4jjqzh6r"))))
     (build-system gnu-build-system)
     (inputs `(("ncurses" ,ncurses)
               ("libltdl" ,libltdl)



reply via email to

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