me
/
guix
Archived
1
0
Fork 0

gnu: global: Update to 6.6.1 [fixes CVE-2017-17531].

* gnu/packages/code.scm (global): Update to 6.6.1.
master
Efraim Flashner 2017-12-17 08:49:04 +02:00
parent bef02e9e1c
commit bc3d607748
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -99,14 +99,14 @@ highlighting your own code that seemed comprehensible when you wrote it.")
(define-public global ; a global variable
(package
(name "global")
(version "6.6")
(version "6.6.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/global/global-"
version ".tar.gz"))
(sha256
(base32
"09vm11pkzbqbbhigapi1fvfcrb2gwqffjnc37yc2r7j2falnxa47"))))
"1r2r6z41lmgbszzwx7h3jqhwnqb9jj32pndzhr3lb0id710c8gcl"))))
(build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses)
("libltdl" ,libltdl)