mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: vim: Update to 8.2.2677.
* gnu/packages/vim.scm (vim): Update to 8.2.2677.
This commit is contained in:
parent
a8b59a032d
commit
e8aa983cd0
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ (define-module (gnu packages vim)
|
|||
(define-public vim
|
||||
(package
|
||||
(name "vim")
|
||||
(version "8.2.2632")
|
||||
(version "8.2.2677")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -80,7 +80,7 @@ (define-public vim
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0f80im1swja58n99696zslyzapsx8pyf545pmpzvy173ymnvm6nq"))))
|
||||
"13y58h0nnd5jpqk8nhpcdhg6m2drfnrfbiv4cjh9qmkjw47i0qir"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:test-target "test"
|
||||
|
|
Loading…
Reference in a new issue