me
/
guix
Archived
1
0
Fork 0

gnu: global: Upgrade to 6.2.12.

* gnu/packages/global.scm (global): Upgrade to 6.2.12.
master
Andreas Enge 2014-04-03 22:28:29 +02:00
parent 31e7909b4f
commit 6e407e44a2
1 changed files with 2 additions and 2 deletions

View File

@ -28,14 +28,14 @@
(define-public global ; a global variable
(package
(name "global")
(version "6.2.10")
(version "6.2.12")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/global/global-"
version ".tar.gz"))
(sha256
(base32
"15nvz8g9b3s4i4fsa9ynrr8y517nfpy62agcvsl9rlz3j23b5b7f"))))
"05jkhya1cs6yqhkf8nw5x56adkxxrqyga7sq7hx44dbf7alczwfa"))))
(build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses)
("libtool" ,libtool)))