me
/
guix
Archived
1
0
Fork 0

gnu: vim: Update to 8.2.1971.

* gnu/packages/vim.scm (vim): Update to 8.2.1971.
master
Tobias Geerinckx-Rice 2020-11-10 21:29:11 +01:00
parent 569cd53866
commit fbf3f47f85
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@
(define-public vim
(package
(name "vim")
(version "8.2.1964")
(version "8.2.1971")
(source (origin
(method git-fetch)
(uri (git-reference
@ -79,7 +79,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"0rhx93xq5gk7lgxnm0h0lnwl6zgifcnl0c9k0f4fqb6cx81ihp4q"))))
"00svmci7hqgpj41rpa2lxcp8qgd3p7rpy4bzan1a512b07k35rb7"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"