mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: neovim: Update to 0.9.5.
* gnu/packages/vim.scm (neovim): Update to 0.9.5. Change-Id: I1fefd1d6e73f76285a08c0336a4718ee866f2937 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
a1761392bd
commit
c73349d595
1 changed files with 2 additions and 2 deletions
|
@ -769,7 +769,7 @@ is based on Vim's builtin plugin support.")
|
||||||
(define-public neovim
|
(define-public neovim
|
||||||
(package
|
(package
|
||||||
(name "neovim")
|
(name "neovim")
|
||||||
(version "0.9.4")
|
(version "0.9.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -778,7 +778,7 @@ is based on Vim's builtin plugin support.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wj1p5x88s58f22crdyzwlfiqgnwlqdkbw4wxllf0v5hg16gbnhp"))))
|
"1j3z7jay0m6g06v04falrzr062g07xr4svbrc3hywlqi2h6rrvk5"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:modules
|
(list #:modules
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue