me
/
guix
Archived
1
0
Fork 0

gnu: vim: Update to 8.2.1801.

* gnu/packages/vim.scm (vim): Update to 8.2.1801.
master
Tobias Geerinckx-Rice 2020-10-05 23:53:29 +02:00
parent 0d7c75f0b8
commit f4f2a1e9c6
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.1770")
(version "8.2.1801")
(source (origin
(method git-fetch)
(uri (git-reference
@ -79,7 +79,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"14mbrbnjwb8r4pl06vafd56x0pmbcgqvr57s2ns2arh7xcy9bri7"))))
"1q46kn3q0vm56jkam2yirpa6h52v5rh6036y3mh0r0csrvabs7k8"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"