guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: global: Update to 6.5.5.


From: Ludovic Courtès
Subject: 06/07: gnu: global: Update to 6.5.5.
Date: Tue, 4 Oct 2016 14:38:27 +0000 (UTC)

civodul pushed a commit to branch master
in repository guix.

commit 9d3425f24a61ecd011780ecc1db09d93eb532a32
Author: Ludovic Courtès <address@hidden>
Date:   Tue Oct 4 16:28:17 2016 +0200

    gnu: global: Update to 6.5.5.
    
    * gnu/packages/code.scm (global): Update to 6.5.5.
---
 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 63a9280..baa9861 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.4")
+    (version "6.5.5")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/global/global-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "19hxajpwld6qx0faz4rzyh1hfs25ycjmws6bas8pavx4hskf05mg"))))
+               "0yyg91qw8399lnxfai4bxkh9yq71qdwp9kvadgzp05cdqni44nxw"))))
     (build-system gnu-build-system)
     (inputs `(("ncurses" ,ncurses)
               ("libltdl" ,libltdl)



reply via email to

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