mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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>
This commit is contained in:
parent
ce50480b5b
commit
b5aa17adea
1 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ (define-module (gnu packages vim)
|
|||
(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 @@ (define-public vim
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1559lg8wgydyfc8c2sb2m7p8mlkarm7539qfxkh1skrw4mxi605k"))))
|
||||
"0icgykml4wxq554h7r9rcxpxipg0yri651b9fijvv364ycywsq8c"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:test-target "test"
|
||||
|
|
Loading…
Reference in a new issue