diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-04 04:00:21 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-04 05:14:22 +0100 |
commit | 0b2a91d8b79ad8dc6ab281689d42171186807718 (patch) | |
tree | f60f0810b8bc15f8b522c3089d797ee1f9f9a66a /gnu/packages/code.scm | |
parent | 02dadd382790cf561d981ce023f0daf53a5608ca (diff) | |
download | patches-0b2a91d8b79ad8dc6ab281689d42171186807718.tar patches-0b2a91d8b79ad8dc6ab281689d42171186807718.tar.gz |
gnu: global: Update to 6.5.6.
* gnu/packages/code.scm (global): Update to 6.5.6.
Diffstat (limited to 'gnu/packages/code.scm')
-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 baa9861622..f5aa7f4faf 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm @@ -92,14 +92,14 @@ highlighting your own code that seemed comprehensible when you wrote it.") (define-public global ; a global variable (package (name "global") - (version "6.5.5") + (version "6.5.6") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/global/global-" version ".tar.gz")) (sha256 (base32 - "0yyg91qw8399lnxfai4bxkh9yq71qdwp9kvadgzp05cdqni44nxw")))) + "018m536k5y6lks1a6gqn3bsp7r8zk017znqj9kva1nm8d7x9lbqj")))) (build-system gnu-build-system) (inputs `(("ncurses" ,ncurses) ("libltdl" ,libltdl) |