gnu: global: Update to 6.6.4.
authorTobias Geerinckx-Rice <me@tobias.gr>
Thu, 16 Jan 2020 00:41:41 +0000 (01:41 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 16 Jan 2020 18:51:55 +0000 (19:51 +0100)
* gnu/packages/code.scm (global): Update to 6.6.4.

gnu/packages/code.scm

index 2e6b50d..6af1d41 100644 (file)
@@ -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)