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

gnu: global: Update to 6.5.1.

* gnu/packages/code.scm (global): Update to 6.5.1.
parent 308aa2e7
No related branches found
No related tags found
No related merge requests found
...@@ -91,14 +91,14 @@ (define-public complexity ...@@ -91,14 +91,14 @@ (define-public complexity
(define-public global ; a global variable (define-public global ; a global variable
(package (package
(name "global") (name "global")
(version "6.5") (version "6.5.1")
(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
"1af6lhwhrpdnigd3707fnk3dd6y53pbc4g0i75xjf0563bdi5zaa")))) "1y34nbazsw2p6r2jhv27z15qvm9mhy5xjchpz8pwps00shkm578f"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses) (inputs `(("ncurses" ,ncurses)
("libltdl" ,libltdl) ("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