guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#54984: closed (Re: bug#55045: [PATCH] update neovim to 0.7.0)


From: GNU bug Tracking System
Subject: bug#54984: closed (Re: bug#55045: [PATCH] update neovim to 0.7.0)
Date: Wed, 18 May 2022 18:13:08 +0000

Your bug report

#55045: [PATCH 3/3] gnu: neovim: Update to 0.7.0.

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 54984@debbugs.gnu.org.

-- 
55045: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55045
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: Re: bug#55045: [PATCH] update neovim to 0.7.0 Date: Wed, 18 May 2022 20:12:03 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello,

I applied v3 of all four patches.  Thanks, and thanks to Maxime for
reviewing!

Ludo’.


--- End Message ---
--- Begin Message --- Subject: [PATCH 3/3] gnu: neovim: Update to 0.7.0. Date: Sat, 16 Apr 2022 23:34:16 -0400
* gnu/packages/vim.scm (neovim): Update to 0.7.0.
---
 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 7279798fe6..d04ee49775 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -668,7 +668,7 @@ (define-public neovim-syntastic
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.6.1")
+    (version "0.7.0")
     (source
      (origin
        (method git-fetch)
@@ -677,7 +677,7 @@ (define-public neovim
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "10p6lg5yv9n6wcwdprwvvi56dfcm4wsj54nm0invyx3mhf7374lx"))))
+        (base32 "1m7xmry66pn27gvk7qj9di83xa1h7zjp4c6ygnf218pqhr08x06g"))))
     (build-system cmake-build-system)
     (arguments
      `(#:modules ((srfi srfi-26)
-- 
2.35.3




--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]