gnu: vim: Update to 8.0.0194.

* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0194.
This commit is contained in:
Marius Bakke 2017-01-16 10:09:19 +01:00
parent 2a72d18c71
commit 017ecf72ca
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 (define-public vim
(package (package
(name "vim") (name "vim")
(version "8.0.0187") (version "8.0.0194")
(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"
@ -57,7 +57,7 @@
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1p9wdhksckp741406hnk5yj2lzhixfxzjs102zga0w8qw72p5yc6")))) "0rvhlgfms6w7h1v17lxwvfp32nmxx92vc0xsmgj5xgapz43l2sp0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:test-target "test" `(#:test-target "test"