Skip to content
Snippets Groups Projects
Commit 6e407e44 authored by Andreas Enge's avatar Andreas Enge
Browse files

gnu: global: Upgrade to 6.2.12.

* gnu/packages/global.scm (global): Upgrade to 6.2.12.
parent 31e7909b
No related branches found
No related tags found
No related merge requests found
...@@ -28,14 +28,14 @@ (define-module (gnu packages global) ...@@ -28,14 +28,14 @@ (define-module (gnu packages global)
(define-public global ; a global variable (define-public global ; a global variable
(package (package
(name "global") (name "global")
(version "6.2.10") (version "6.2.12")
(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
"15nvz8g9b3s4i4fsa9ynrr8y517nfpy62agcvsl9rlz3j23b5b7f")))) "05jkhya1cs6yqhkf8nw5x56adkxxrqyga7sq7hx44dbf7alczwfa"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses) (inputs `(("ncurses" ,ncurses)
("libtool" ,libtool))) ("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