Skip to content
Snippets Groups Projects
Unverified Commit a9540387 authored by Marius Bakke's avatar Marius Bakke
Browse files

gnu: vim: Update to 8.0.0069.

* gnu/packages/vim.scm (vim): Update to 8.0.0069.
parent 63d8f08f
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,7 @@ (define-module (gnu packages vim)
(define-public vim
(package
(name "vim")
(version "8.0.0054")
(version "8.0.0069")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/vim/vim/archive/v"
......@@ -56,7 +56,7 @@ (define-public vim
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"018my9vmvflww9yzrrzgdbja8j075yxqj0czg351r6wrndqiv9vq"))))
"1xxg0m296jqcg7wxxw1zcr0i10j1a85aw6ainpql2h4jrqbwqvy9"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment