[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: neovim: Update to 0.3.7 [security fixes].
From: |
guix-commits |
Subject: |
01/01: gnu: neovim: Update to 0.3.7 [security fixes]. |
Date: |
Wed, 5 Jun 2019 09:25:18 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 3390ac619fda55164a70b37214350401afa602d5
Author: Jonathan Brielmaier <address@hidden>
Date: Wed Jun 5 15:14:55 2019 +0200
gnu: neovim: Update to 0.3.7 [security fixes].
* gnu/packages/vim.scm (neovim): Update to 0.3.7.
Signed-off-by: Ricardo Wurmus <address@hidden>
---
gnu/packages/vim.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 8789060..aa543b6 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -730,7 +730,7 @@ are detected, the user is notified.")))
(define-public neovim
(package
(name "neovim")
- (version "0.3.5")
+ (version "0.3.7")
(source
(origin
(method git-fetch)
@@ -740,7 +740,7 @@ are detected, the user is notified.")))
(file-name (git-file-name name version))
(sha256
(base32
- "113lrr9gwimvvzlkwlishm4cjqcf30xq9jfxn7vh41ckgnbiwf3w"))))
+ "1j6w5jvq5v7kf7diad91qs1acr427nidnk9s24yyrz0hwdd1c2lh"))))
(build-system cmake-build-system)
(arguments
`(#:modules ((srfi srfi-26)