me
/
guix
Archived
1
0
Fork 0

gnu: vim: Update to 8.2.1844.

* gnu/packages/vim.scm (vim): Update to 8.2.1844.
master
Tobias Geerinckx-Rice 2020-10-14 12:42:40 +02:00
parent ed0e8c7cc9
commit 9112ec6b72
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.1840")
(version "8.2.1844")
(source (origin
(method git-fetch)
(uri (git-reference
@ -79,7 +79,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"0ly2kv1x3jqi363wjk694s8bi9q0xvw7yizf8pzanan8h2wy1r28"))))
"0a76ls7lizqg3lz624irkpq7rfm3x5rcq20vx217w34g9h6aggab"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"