gnu: vim: Update to 8.0.0257.

* gnu/packages/vim.scm (vim): Update to 8.0.0257.
master
Tobias Geerinckx-Rice 2017-01-28 22:15:29 +01:00
parent c631233fd4
commit d389b6bbbc
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

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"