gnu: vim: Update to 8.0.0187.

* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0187.
This commit is contained in:
Tobias Geerinckx-Rice 2017-01-14 22:10:46 +01:00
parent f88e82687c
commit 6fb0b6648e
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.0147")
(version "8.0.0187")
(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
"0rjq77n2gj3bb22dhawmbwkknii14gy7akplrplgxl1l789isfpq"))))
"1p9wdhksckp741406hnk5yj2lzhixfxzjs102zga0w8qw72p5yc6"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"