me
/
guix
Archived
1
0
Fork 0

gnu: vim: Update to 8.2.0332.

* gnu/packages/vim.scm (vim): Update to 8.2.0332.

Signed-off-by: Leo Famulari <leo@famulari.name>
master
Vincent Legoll 2020-02-29 17:26:38 +01:00 committed by Leo Famulari
parent ce50480b5b
commit b5aa17adea
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@
(define-public vim
(package
(name "vim")
(version "8.2.0303")
(version "8.2.0332")
(source (origin
(method git-fetch)
(uri (git-reference
@ -78,7 +78,7 @@
(file-name (git-file-name name version))
(sha256
(base32
"1559lg8wgydyfc8c2sb2m7p8mlkarm7539qfxkh1skrw4mxi605k"))))
"0icgykml4wxq554h7r9rcxpxipg0yri651b9fijvv364ycywsq8c"))))
(build-system gnu-build-system)
(arguments
`(#:test-target "test"