gnu: neovim: Update to 0.3.4.
* gnu/packages/vim.scm (neovim): Update to 0.3.4. [home-page]: Use HTTPS. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>master
parent
9f0ce5ec4a
commit
52bc70e42d
|
@ -675,7 +675,7 @@ are detected, the user is notified.")))
|
||||||
(define-public neovim
|
(define-public neovim
|
||||||
(package
|
(package
|
||||||
(name "neovim")
|
(name "neovim")
|
||||||
(version "0.3.1")
|
(version "0.3.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -684,7 +684,7 @@ are detected, the user is notified.")))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08mdffcw4k503bccm1plq8r7hjx4w61w5jyfdj80fr079hnkjpmw"))))
|
"03mwfhr9rq86p8lypbdfyl7c7xyn6nzv2ipd8jc33bxzvs5i0hd6"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:modules ((srfi srfi-26)
|
`(#:modules ((srfi srfi-26)
|
||||||
|
@ -730,7 +730,7 @@ are detected, the user is notified.")))
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("gettext" ,gettext-minimal)
|
("gettext" ,gettext-minimal)
|
||||||
("gperf" ,gperf)))
|
("gperf" ,gperf)))
|
||||||
(home-page "http://neovim.io")
|
(home-page "https://neovim.io")
|
||||||
(synopsis "Fork of vim focused on extensibility and agility")
|
(synopsis "Fork of vim focused on extensibility and agility")
|
||||||
(description "Neovim is a project that seeks to aggressively
|
(description "Neovim is a project that seeks to aggressively
|
||||||
refactor Vim in order to:
|
refactor Vim in order to:
|
||||||
|
|
Reference in New Issue