GNU bug report logs - #66833
[PATCH] gnu: neovim: Update to 0.9.4.

Previous Next

Package: guix-patches;

Reported by: Benjamin <benjamin <at> uvy.fr>

Date: Mon, 30 Oct 2023 09:48:02 UTC

Severity: normal

Tags: patch

Done: Christopher Baines <mail <at> cbaines.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Benjamin <benjamin <at> uvy.fr>
Subject: bug#66833: closed (Re: [bug#66833] [PATCH] gnu: neovim: Update to
 0.9.4.)
Date: Fri, 03 Nov 2023 10:34:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#66833: [PATCH] gnu: neovim: Update to 0.9.4.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 66833 <at> debbugs.gnu.org.

-- 
66833: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66833
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Christopher Baines <mail <at> cbaines.net>
To: Benjamin <benjamin <at> uvy.fr>
Cc: 66833-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#66833] [PATCH] gnu: neovim: Update to 0.9.4.
Date: Fri, 03 Nov 2023 10:32:19 +0000
[Message part 3 (text/plain, inline)]
Benjamin <benjamin <at> uvy.fr> writes:

> * gnu/packages/vim.scm (neovim): Update to 0.9.4.
>
> Change-Id: I7246390c69875cbc1d7442afe38abd31ce85616b
> ---
>  gnu/packages/vim.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch! I've pushed this to master as
66ff9c82a3938c6f57c683490e0471b5df3e5f95.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Benjamin <benjamin <at> uvy.fr>
To: guix-patches <at> gnu.org
Cc: Benjamin <benjamin <at> uvy.fr>
Subject: [PATCH] gnu: neovim: Update to 0.9.4.
Date: Mon, 30 Oct 2023 10:43:02 +0100
* gnu/packages/vim.scm (neovim): Update to 0.9.4.

Change-Id: I7246390c69875cbc1d7442afe38abd31ce85616b
---
 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 d2ea9b7ae1..c2ed7b9249 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -719,7 +719,7 @@ (define-public neovim-syntastic
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.9.1")
+    (version "0.9.4")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -728,7 +728,7 @@ (define-public neovim
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "18dsl9fjcqvcqffny6jmcxwx5a7d13aykn310hbgghny8l11rw3c"))))
+                "0wj1p5x88s58f22crdyzwlfiqgnwlqdkbw4wxllf0v5hg16gbnhp"))))
     (build-system cmake-build-system)
     (arguments
      (list #:modules

base-commit: 642769707c05dc1dd5674d60cd3b55d77b35c9d9
-- 
2.41.0




This bug report was last modified 1 year and 206 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.