gnu: vim: Update to 8.0.0096.

* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0096.
This commit is contained in:
Tobias Geerinckx-Rice 2016-11-24 16:56:46 +01:00
parent 332d7903f5
commit 6f09c100d9
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -49,7 +49,7 @@ (define-module (gnu packages vim)
(define-public vim
(package
(name "vim")
(version "8.0.0095")
(version "8.0.0096")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/vim/vim/archive/v"
@ -57,7 +57,7 @@ (define-public vim
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1whib2zzqdpgfhpr7ymqxj3das6iyiapvx0izw4147mkg9yanmp7"))))
"03f1kdz024k5r1ag3ns8y5lnx5n8cwksiw9q5b2rjl8rnn824c6p"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"