GNU bug report logs - #55228
[PATCH 2/2] gnu: neovim: upgrade to 0.7.0

Previous Next

Package: guix-patches;

Reported by: Ryan Sundberg <ryan <at> arctype.co>

Date: Mon, 2 May 2022 19:15:02 UTC

Severity: normal

Tags: patch

Merged with 55229

Done: Ludovic Courtès <ludo <at> gnu.org>

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: Ryan Sundberg <ryan <at> arctype.co>
Subject: bug#55228: closed (Re: bug#55228: [PATCH 2/2] gnu: neovim:
 upgrade to 0.7.0)
Date: Fri, 20 May 2022 18:19:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#55228: [PATCH 2/2] gnu: neovim: upgrade 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 55228 <at> debbugs.gnu.org.

-- 
55228: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55228
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Ryan Sundberg <ryan <at> arctype.co>
Cc: 55228-done <at> debbugs.gnu.org
Subject: Re: bug#55228: [PATCH 2/2] gnu: neovim: upgrade to 0.7.0
Date: Fri, 20 May 2022 20:18:12 +0200
Hi,

Ryan Sundberg <ryan <at> arctype.co> skribis:

> * gnu/packages/vim.scm (neovim): Upgrade to 0.7.0

This was done independently and pushed a few days ago as commit
e49a2d03bbfcc0cc6b69f2299ba661f2e581301e.

Closing, thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Ryan Sundberg <ryan <at> arctype.co>
To: guix-patches <at> gnu.org
Cc: Ryan Sundberg <ryan <at> arctype.co>
Subject: [PATCH 2/2] gnu: neovim: upgrade to 0.7.0
Date: Mon,  2 May 2022 12:13:39 -0700
* gnu/packages/vim.scm (neovim): Upgrade 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.34.0




This bug report was last modified 3 years and 61 days ago.

Previous Next


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