guix-commits
[Top][All Lists]
Advanced

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

07/07: gnu: global: Update to 6.6.4.


From: guix-commits
Subject: 07/07: gnu: global: Update to 6.6.4.
Date: Thu, 16 Jan 2020 13:54:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ad83280f500ec6c2fe279ea002fb01c168732445
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Thu Jan 16 01:41:41 2020 +0100

    gnu: global: Update to 6.6.4.
    
    * gnu/packages/code.scm (global): Update to 6.6.4.
---
 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 2e6b50d..6af1d41 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -114,14 +114,14 @@ highlighting your own code that seemed comprehensible 
when you wrote it.")
 (define-public global                             ; a global variable
   (package
     (name "global")
-    (version "6.6.3")
+    (version "6.6.4")
     (source (origin
              (method url-fetch)
              (uri (string-append "mirror://gnu/global/global-"
                                  version ".tar.gz"))
              (sha256
               (base32
-               "0735pj47dnspf20n0j1px24p59nwjinlmlb2n32ln1hvdkprivnb"))))
+               "1515642wsjz7x3rsgaqk4sc7n0z2znl7idsk8jz8wgy5aswqqzlq"))))
     (build-system gnu-build-system)
     (inputs `(("ncurses" ,ncurses)
               ("libltdl" ,libltdl)



reply via email to

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