gnu: vim: Update to 8.2.1844.

* gnu/packages/vim.scm (vim): Update to 8.2.1844.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-14 12:42:40 +02:00
parent ed0e8c7cc9
commit 9112ec6b72
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -70,7 +70,7 @@ (define-module (gnu packages vim)
(define-public vim
(package
(name "vim")
(version "8.2.1840")
(version "8.2.1844")
(source (origin
(method git-fetch)
(uri (git-reference
@ -79,7 +79,7 @@ (define-public vim
(file-name (git-file-name name version))
(sha256
(base32
"0ly2kv1x3jqi363wjk694s8bi9q0xvw7yizf8pzanan8h2wy1r28"))))
"0a76ls7lizqg3lz624irkpq7rfm3x5rcq20vx217w34g9h6aggab"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"