me
/
guix
Archived
1
0
Fork 0

gnu: vim: Update to 8.2.2017.

* gnu/packages/vim.scm (vim): Update to 8.2.2017.
master
Tobias Geerinckx-Rice 2020-11-20 02:25:27 +01:00
parent 3ab0b27e32
commit 14641312a9
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.2000")
(version "8.2.2017")
(source (origin
(method git-fetch)
(uri (git-reference
@ -79,7 +79,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"126ajnvx6857gy8wyy9nya6vzfw60am0qy0swwc3vds3f471xyhp"))))
"0ad0c4wv8zf28wns06k82c19rs63ilsphnglajhgw5j2a1aqplyn"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"