gnu: global: Upgrade to 6.3.

* gnu/packages/global.scm (global): Upgrade to 6.3.
master
Ludovic Courtès 2014-06-21 00:22:34 +02:00
parent f513527a8e
commit ea9711018c
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.12") (version "6.3")
(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
"05jkhya1cs6yqhkf8nw5x56adkxxrqyga7sq7hx44dbf7alczwfa")))) "1nzqqcry3mfha53n8j1grdg2dflp9gpg54qwlsrzq9sspwg78769"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses) (inputs `(("ncurses" ,ncurses)
("libtool" ,libtool))) ("libtool" ,libtool)))