diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-09 00:52:46 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-11-09 00:54:14 +0100 |
commit | b6c40df624aeb1bbee40da928ca8edb47f0bb587 (patch) | |
tree | 467b5d4e23185f8e773641924ad73b6a4e45a347 /gnu/packages/vim.scm | |
parent | 66b707a7d2325daadeed5ca913637eea3a2628e7 (diff) | |
download | gnu-guix-b6c40df624aeb1bbee40da928ca8edb47f0bb587.tar gnu-guix-b6c40df624aeb1bbee40da928ca8edb47f0bb587.tar.gz |
gnu: neovim: Update to 0.4.3.
* gnu/packages/vim.scm (neovim): Update to 0.4.3.
Diffstat (limited to 'gnu/packages/vim.scm')
-rw-r--r-- | gnu/packages/vim.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm index fbc0b48898..29563a7ab5 100644 --- a/gnu/packages/vim.scm +++ b/gnu/packages/vim.scm @@ -734,7 +734,7 @@ are detected, the user is notified."))) (define-public neovim (package (name "neovim") - (version "0.4.2") + (version "0.4.3") (source (origin (method git-fetch) @@ -743,8 +743,7 @@ are detected, the user is notified."))) (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 - "13w446plvgl219lhj29jyimhiqvs1y1byrz4qpdmxgyddmx9xqss")))) + (base32 "03p7pic7hw9yxxv7fbgls1f42apx3lik2k6mpaz1a109ngyc5kaj")))) (build-system cmake-build-system) (arguments `(#:modules ((srfi srfi-26) |