gnu: global: Update to 6.6.7.

* gnu/packages/code.scm (global): Update to 6.6.7.
This commit is contained in:
Efraim Flashner 2021-07-28 15:31:52 +03:00
parent cbee534391
commit a8977845cd
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -127,14 +127,14 @@ (define-public complexity
(define-public global ; a global variable
(package
(name "global")
(version "6.6.6")
(version "6.6.7")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/global/global-"
version ".tar.gz"))
(sha256
(base32
"0pad5p31rdspyrzqky3ppgx7f6gdlfnwg1c7qm8w1m4qzyppi03m"))))
"0g4aslm2zajq605py11s4rs1wdnzcqhkh7bc2xl5az42adzzg839"))))
(build-system gnu-build-system)
(inputs `(("coreutils" ,coreutils)
("ncurses" ,ncurses)