summaryrefslogtreecommitdiff
path: root/gnu/packages/code.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-05-02 23:52:12 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-05-02 23:52:12 +0200
commitbf5374f493772c126a2deba07b9213dd30b65055 (patch)
treea1bba8d8b389cd1fb65acebc719f45febc9bf160 /gnu/packages/code.scm
parent42e5491797f3e1c04fcebe9cdcc410ad22ef3222 (diff)
downloadguix-patches-bf5374f493772c126a2deba07b9213dd30b65055.tar
guix-patches-bf5374f493772c126a2deba07b9213dd30b65055.tar.gz
gnu: global: Update to 6.6.6.
* gnu/packages/code.scm (global): Update to 6.6.6.
Diffstat (limited to 'gnu/packages/code.scm')
-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 15e004858e..2e9b4f0016 100644
--- a/gnu/packages/code.scm
+++ b/gnu/packages/code.scm
@@ -127,14 +127,14 @@ highlighting your own code that seemed comprehensible when you wrote it.")
(define-public global ; a global variable
(package
(name "global")
- (version "6.6.5")
+ (version "6.6.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/global/global-"
version ".tar.gz"))
(sha256
(base32
- "10vvsgx8v54whb4j9mk5qqyb5h3rdd9da0il3wir8pcpksyk0dww"))))
+ "0pad5p31rdspyrzqky3ppgx7f6gdlfnwg1c7qm8w1m4qzyppi03m"))))
(build-system gnu-build-system)
(inputs `(("coreutils" ,coreutils)
("ncurses" ,ncurses)