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

gnu: vim: Update to 8.2.1812.

* gnu/packages/vim.scm (vim): Update to 8.2.1812.
parent e2ec07c0
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.1805")
(version "8.2.1812")
(source (origin
(method git-fetch)
(uri (git-reference
......@@ -79,7 +79,7 @@ (define-public vim
(file-name (git-file-name name version))
(sha256
(base32
"0y71a6g5znipr0f4cbabp9lfs3hq43z7blkwm4zbkrwh86ac5y20"))))
"0dh9v3xwj7ing3z27gibpn5ylhgd813pakfsflbbl0qb93lzr5a7"))))
(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