gnu: vim: Update to 8.0.0073.

* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0073.
This commit is contained in:
Marius Bakke 2016-11-10 17:30:08 +00:00
parent 5970e8e248
commit 65d2f396f7
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@
(define-public vim
(package
(name "vim")
(version "8.0.0069")
(version "8.0.0073")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/vim/vim/archive/v"
@ -57,7 +57,7 @@
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1xxg0m296jqcg7wxxw1zcr0i10j1a85aw6ainpql2h4jrqbwqvy9"))))
"1snbzgj89scjs0v3m86p53wvpal9jgs1s6i3hv7jyknpnjvqv5q5"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"