gnu: vim: Update to 8.0.0124.

* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0124.
master
Marius Bakke 2016-12-04 22:12:37 +01:00
parent c8608faf14
commit 222222be63
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.0118")
(version "8.0.0124")
(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
"0gryqly7rnkc95psh3vaqq4bs0s9bfv31a2d38y188raig72dgll"))))
"0mb8r677yxk0s8wc5dq6lf7y2bva64vgch65g53ai57az6lx85cd"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"