gnu: vim: Update to 8.0.1300.

* gnu/packages/vim.scm (vim): Update to 8.0.1300.
master
Leo Famulari 2017-11-17 17:19:10 -05:00
parent 40f372af3e
commit 25811886f1
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@
(define-public vim
(package
(name "vim")
(version "8.0.1274")
(version "8.0.1300")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/vim/vim/archive/v"
@ -68,7 +68,7 @@
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1vm4d90ypsx1l4l3afv966d4sq8mj6b7j1mkzhsyd6mx2jk262ih"))))
"19w1rxmswsr19wng74f1iwwgd5wpx1hhvprjy1i0k41nply5h3h8"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"