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

gnu: global: Update to 6.2.9.

* gnu/packages/global.scm (global): Update to 6.2.9.
parent 07ef14af
No related branches found
No related tags found
No related merge requests found
......@@ -28,14 +28,14 @@ (define-module (gnu packages global)
(define-public global ; a global variable
(package
(name "global")
(version "6.2.8")
(version "6.2.9")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/global/global-"
version ".tar.gz"))
(sha256
(base32
"1l6g51kff5010gwmw08jbks1mssgddz7wggjvfsky3g000jkpvf1"))))
"00y38kp0zbpjl9c9phldy7j2ihqc54qn4cdgk0azbjdsv75k3n6q"))))
(build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses)
("libtool" ,libtool)))
......
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