1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-11 07:30:38 +02:00

gnu: vim: Update to 8.0.0257.

* gnu/packages/vim.scm (vim): Update to 8.0.0257.
This commit is contained in:
Tobias Geerinckx-Rice
2017-01-28 22:15:29 +01:00
parent c631233fd4
commit d389b6bbbc

View File

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