Skip to content
Snippets Groups Projects
Commit 11906b2c authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: global: Update to 6.5.

* gnu/packages/code.scm (global): Update to 6.5.
parent 622a616e
No related branches found
No related tags found
No related merge requests found
......@@ -91,14 +91,14 @@ (define-public complexity
(define-public global ; a global variable
(package
(name "global")
(version "6.4")
(version "6.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/global/global-"
version ".tar.gz"))
(sha256
(base32
"13i4zwx6gaibc4j79wd0hgxysw8ibxz9c018zxhydnxlyadzcnri"))))
"1af6lhwhrpdnigd3707fnk3dd6y53pbc4g0i75xjf0563bdi5zaa"))))
(build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses)
("libltdl" ,libltdl)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment