all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#36096] [PATCH] gnu: Update neovim to 0.3.7.
@ 2019-06-05 13:14 Jonathan Brielmaier
  2019-06-05 13:25 ` bug#36096: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Brielmaier @ 2019-06-05 13:14 UTC (permalink / raw)
  To: 36096

* gnu/packages/vim.scm (neovim): Update to 0.3.7.

This includes a fix for a security issue described here:
https://github.com/numirias/security/blob/master/doc/2019-06-04_ace-vim-neovim.md
---
 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 8789060b3c..aa543b68d0 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)
--
2.21.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#36096: [PATCH] gnu: Update neovim to 0.3.7.
  2019-06-05 13:14 [bug#36096] [PATCH] gnu: Update neovim to 0.3.7 Jonathan Brielmaier
@ 2019-06-05 13:25 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2019-06-05 13:25 UTC (permalink / raw)
  To: Jonathan Brielmaier; +Cc: 36096-done


Hi Jonathan,

> * gnu/packages/vim.scm (neovim): Update to 0.3.7.
>
> This includes a fix for a security issue described here:
> https://github.com/numirias/security/blob/master/doc/2019-06-04_ace-vim-neovim.md

Thank you.  I pushed this to the master branch with commit 3390ac619f
after adjusting the commit message.

-- 
Ricardo

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-06-05 13:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-05 13:14 [bug#36096] [PATCH] gnu: Update neovim to 0.3.7 Jonathan Brielmaier
2019-06-05 13:25 ` bug#36096: " Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.