1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 21:41:15 +02:00

gnu: vim: Update to 8.0.0124.

* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0124.
This commit is contained in:
Marius Bakke
2016-12-04 22:12:37 +01:00
parent c8608faf14
commit 222222be63

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"