nckx pushed a commit to branch master
in repository guix.

commit 0b2a91d8b79ad8dc6ab281689d42171186807718
Author: Tobias Geerinckx-Rice <[email protected]>
Date:   Wed Jan 4 04:00:21 2017 +0100

    gnu: global: Update to 6.5.6.
    
    * gnu/packages/code.scm (global): Update to 6.5.6.
---
 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 baa9861..f5aa7f4 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -92,14 +92,14 @@ highlighting your own code that seemed comprehensible when 
you wrote it.")
 (define-public global                             ; a global variable
   (package
     (name "global")
-    (version "6.5.5")
+    (version "6.5.6")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/global/global-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0yyg91qw8399lnxfai4bxkh9yq71qdwp9kvadgzp05cdqni44nxw"))))
+               "018m536k5y6lks1a6gqn3bsp7r8zk017znqj9kva1nm8d7x9lbqj"))))
     (build-system gnu-build-system)
     (inputs `(("ncurses" ,ncurses)
               ("libltdl" ,libltdl)

Reply via email to