gnu: vim: Update to 8.0.1274 [fixes CVE-2017-1000382].

* gnu/packages/vim.scm (vim): Update to 8.0.1274.
This commit is contained in:
Marius Bakke 2017-11-07 20:21:46 +01:00
parent 31a963fe80
commit 4a30c1c0e2
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -60,7 +60,7 @@ (define-module (gnu packages vim)
(define-public vim (define-public vim
(package (package
(name "vim") (name "vim")
(version "8.0.1207") (version "8.0.1274")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/vim/vim/archive/v" (uri (string-append "https://github.com/vim/vim/archive/v"
@ -68,7 +68,7 @@ (define-public vim
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0zq740d0crybva00dk0rxsa9q1gafvc438syxqlmlxgnk5f0xd11")))) "1vm4d90ypsx1l4l3afv966d4sq8mj6b7j1mkzhsyd6mx2jk262ih"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:test-target "test" `(#:test-target "test"