Skip to content
Snippets Groups Projects
Unverified Commit 8b92be32 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: global: Update to 6.6.5.

* gnu/packages/code.scm (global): Update to 6.6.5.
parent edb994d3
No related branches found
No related tags found
No related merge requests found
......@@ -125,14 +125,14 @@ (define-public complexity
(define-public global ; a global variable
(package
(name "global")
(version "6.6.4")
(version "6.6.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/global/global-"
version ".tar.gz"))
(sha256
(base32
"1515642wsjz7x3rsgaqk4sc7n0z2znl7idsk8jz8wgy5aswqqzlq"))))
"10vvsgx8v54whb4j9mk5qqyb5h3rdd9da0il3wir8pcpksyk0dww"))))
(build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses)
("libltdl" ,libltdl)
......
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