Skip to content
Snippets Groups Projects
Unverified Commit a3ab43f4 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: vim: Update to 8.2.1864.

* gnu/packages/vim.scm (vim): Update to 8.2.1864.
parent fcad8025
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ (define-module (gnu packages vim)
(define-public vim
(package
(name "vim")
(version "8.2.1852")
(version "8.2.1864")
(source (origin
(method git-fetch)
(uri (git-reference
......@@ -79,7 +79,7 @@ (define-public vim
(file-name (git-file-name name version))
(sha256
(base32
"0nvcvvig5fc45smf4kh71jqyqafffgxzaizwqknk0h9vzl4k4h57"))))
"08pczy191gac9z8kv6z1yz55var2sqf8p55afxq467k9czpdzclz"))))
(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