diff options
author | Ludovic Courtès <ludo@gnu.org> | 2017-06-05 23:45:42 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2017-06-05 23:52:41 +0200 |
commit | 9cbc9d8612519074b9133cb202ef8802e4d8ba8a (patch) | |
tree | 015fa196ae550253274daf348ff81dfdbc98f6c6 | |
parent | d7c5aac1b1993644520cb6b079a8a7197696c421 (diff) | |
download | patches-9cbc9d8612519074b9133cb202ef8802e4d8ba8a.tar patches-9cbc9d8612519074b9133cb202ef8802e4d8ba8a.tar.gz |
gnu: global: Update to 6.5.7.
* gnu/packages/code.scm (global): Update to 6.5.7.
-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 d57fc004c7..1576c23b35 100644 --- a/gnu/packages/code.scm +++ b/gnu/packages/code.scm @@ -93,14 +93,14 @@ highlighting your own code that seemed comprehensible when you wrote it.") (define-public global ; a global variable (package (name "global") - (version "6.5.6") + (version "6.5.7") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/global/global-" version ".tar.gz")) (sha256 (base32 - "018m536k5y6lks1a6gqn3bsp7r8zk017znqj9kva1nm8d7x9lbqj")))) + "0cnd7a7d1pl46yk15q6mnr9i9w3xi8pxgchw4ia9njgr4jjqzh6r")))) (build-system gnu-build-system) (inputs `(("ncurses" ,ncurses) ("libltdl" ,libltdl) |