diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-02 23:52:12 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-02 23:52:12 +0200 |
commit | bf5374f493772c126a2deba07b9213dd30b65055 (patch) | |
tree | a1bba8d8b389cd1fb65acebc719f45febc9bf160 | |
parent | 42e5491797f3e1c04fcebe9cdcc410ad22ef3222 (diff) | |
download | guix-bf5374f493772c126a2deba07b9213dd30b65055.tar.gz |
gnu: global: Update to 6.6.6.
* gnu/packages/code.scm (global): Update to 6.6.6.
-rw-r--r-- | gnu/packages/code.scm | 4 |
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) |