GNU bug report logs - #58209
[patch 0/2] gnu: neovim: Update to 0.8.0.

Previous Next

Package: guix-patches;

Reported by: ギャラ <aya <at> fubuki.me>

Date: Sat, 1 Oct 2022 00:30:02 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: ギャラ <me <at> gyara.moe>
To: 58209 <at> debbugs.gnu.org
Cc: ギャラ <me <at> gyara.moe>
Subject: [bug#58209] [PATCH 2/2] gnu: neovim: Update to 0.8.0.
Date: Sat,  1 Oct 2022 09:30:33 +0900
* gnu/packages/vim.scm (neovim): Update to 0.8.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 c6bfbb5c6b..901527e159 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -685,7 +685,7 @@ (define-public neovim-syntastic
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.7.2")
+    (version "0.8.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -694,7 +694,7 @@ (define-public neovim
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1jn4i4ral79ys06i50bimylm515sfh41z503gj50a74h1ylg0z4w"))))
+                "0hkd49wkxfi6k1xa92hdd4b9z356r32hbpr78z1cigcln1wr0z7j"))))
     (build-system cmake-build-system)
     (arguments
      (list #:modules
-- 
2.37.3





This bug report was last modified 2 years and 228 days ago.

Previous Next


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