gnu: vim: Update to 8.2.4306.

* gnu/packages/vim.scm (vim): Update to 8.2.4306.
This commit is contained in:
Efraim Flashner 2022-02-06 10:09:14 +02:00
parent f4a037e731
commit 7c9ad54b06
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -76,7 +76,7 @@ (define-module (gnu packages vim)
(define-public vim
(package
(name "vim")
(version "8.2.3995")
(version "8.2.4306")
(source (origin
(method git-fetch)
(uri (git-reference
@ -85,7 +85,7 @@ (define-public vim
(file-name (git-file-name name version))
(sha256
(base32
"1aqrywyry4vxf1x7mk5g1k5k6md38bnjb6f778hmk8ahx26mpqpb"))))
"1jppzgmngcdd7jfb5rnkkvf5d47svnjbn7qj4mvjacd9az3c7s9r"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"