gnu: global: Update to 6.2.9.

* gnu/packages/global.scm (global): Update to 6.2.9.
master
Ludovic Courtès 2013-09-27 22:00:30 +02:00
parent 07ef14afc9
commit 09d80ed583
1 changed files with 2 additions and 2 deletions

View File

@ -28,14 +28,14 @@
(define-public global ; a global variable (define-public global ; a global variable
(package (package
(name "global") (name "global")
(version "6.2.8") (version "6.2.9")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/global/global-" (uri (string-append "mirror://gnu/global/global-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1l6g51kff5010gwmw08jbks1mssgddz7wggjvfsky3g000jkpvf1")))) "00y38kp0zbpjl9c9phldy7j2ihqc54qn4cdgk0azbjdsv75k3n6q"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses) (inputs `(("ncurses" ,ncurses)
("libtool" ,libtool))) ("libtool" ,libtool)))