gnu: vim: Update to 8.2.1805.

* gnu/packages/vim.scm (vim): Update to 8.2.1805.
This commit is contained in:
Tobias Geerinckx-Rice 2020-10-06 15:14:03 +02:00
parent e858959175
commit 594b2a116e
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -70,7 +70,7 @@
(define-public vim
(package
(name "vim")
(version "8.2.1801")
(version "8.2.1805")
(source (origin
(method git-fetch)
(uri (git-reference
@ -79,7 +79,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"1q46kn3q0vm56jkam2yirpa6h52v5rh6036y3mh0r0csrvabs7k8"))))
"0y71a6g5znipr0f4cbabp9lfs3hq43z7blkwm4zbkrwh86ac5y20"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"