summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-16 01:41:41 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-01-16 19:51:55 +0100
commitad83280f500ec6c2fe279ea002fb01c168732445 (patch)
tree9e5a470d9c54d551f0d7f427d72aeedc3aaeddc8
parenta82b6003e6ed8393212593a3fd233e22949f1460 (diff)
downloadpatches-ad83280f500ec6c2fe279ea002fb01c168732445.tar
patches-ad83280f500ec6c2fe279ea002fb01c168732445.tar.gz
gnu: global: Update to 6.6.4.
* gnu/packages/code.scm (global): Update to 6.6.4.
-rw-r--r--gnu/packages/code.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/code.scm b/gnu/packages/code.scm
index 2e6b50db69..6af1d413b8 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)