1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-12 18:10:47 +02:00

gnu: global: Update to 6.6.4.

* gnu/packages/code.scm (global): Update to 6.6.4.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-16 01:41:41 +01:00
parent a82b6003e6
commit ad83280f50
No known key found for this signature in database
GPG key ID: D889B0F018C5493C

View file

@ -114,14 +114,14 @@ highlighting your own code that seemed comprehensible when you wrote it.")
(define-public global ; a global variable (define-public global ; a global variable
(package (package
(name "global") (name "global")
(version "6.6.3") (version "6.6.4")
(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
"0735pj47dnspf20n0j1px24p59nwjinlmlb2n32ln1hvdkprivnb")))) "1515642wsjz7x3rsgaqk4sc7n0z2znl7idsk8jz8wgy5aswqqzlq"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses) (inputs `(("ncurses" ,ncurses)
("libltdl" ,libltdl) ("libltdl" ,libltdl)