1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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

View File

@@ -49,7 +49,7 @@
(define-public vim
(package
(name "vim")
(version "8.0.0187")
(version "8.0.0194")
(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
"1p9wdhksckp741406hnk5yj2lzhixfxzjs102zga0w8qw72p5yc6"))))
"0rvhlgfms6w7h1v17lxwvfp32nmxx92vc0xsmgj5xgapz43l2sp0"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"