gnu: vim: Update to 8.0.0133.
* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0133.
This commit is contained in:
parent
b43ec33b6d
commit
469846a7ba
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,7 @@ (define-module (gnu packages vim)
|
|||
(define-public vim
|
||||
(package
|
||||
(name "vim")
|
||||
(version "8.0.0124")
|
||||
(version "8.0.0133")
|
||||
(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
|
||||
"0mb8r677yxk0s8wc5dq6lf7y2bva64vgch65g53ai57az6lx85cd"))))
|
||||
"1965lb3sq378kz2fxb5swi442bdvzj416znvslb7saapqx3pjj51"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:test-target "test"
|
||||
|
|
Loading…
Reference in a new issue