GNU bug report logs - #59273
[PATCH] gnu: neovim: Update to 0.8.1.

Previous Next

Package: guix-patches;

Reported by: ギャラ <me <at> gyara.moe>

Date: Tue, 15 Nov 2022 02:06:01 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: ギャラ <me <at> gyara.moe>
Subject: bug#59273: closed (Re: [bug#59273] [PATCH] gnu: neovim: Update to
 0.8.1.)
Date: Thu, 17 Nov 2022 12:14:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#59273: [PATCH] gnu: neovim: Update to 0.8.1.

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 59273 <at> debbugs.gnu.org.

-- 
59273: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59273
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: ギャラ <me <at> gyara.moe>
Cc: 59273-done <at> debbugs.gnu.org, guix-patches <at> gnu.org
Subject: Re: [bug#59273] [PATCH] gnu: neovim: Update to 0.8.1.
Date: Thu, 17 Nov 2022 12:12:53 +0000
[Message part 3 (text/plain, inline)]
ギャラ via Guix-patches via <guix-patches <at> gnu.org> writes:

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

Thanks! Pushed to master as 7b7e80cf2505940b092deb9caa1b3cf90779ef8e.

Chris
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: ギャラ <me <at> gyara.moe>
To: guix-patches <at> gnu.org
Cc: ギャラ <me <at> gyara.moe>
Subject: [PATCH] gnu: neovim: Update to 0.8.1.
Date: Tue, 15 Nov 2022 11:04:27 +0900
* gnu/packages/vim.scm (neovim): Update to 0.8.1.
---
 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 c35b74eec2..957f00a92e 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -692,7 +692,7 @@ (define-public neovim-syntastic
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.8.0")
+    (version "0.8.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -701,7 +701,7 @@ (define-public neovim
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0hkd49wkxfi6k1xa92hdd4b9z356r32hbpr78z1cigcln1wr0z7j"))))
+                "08qyni2qg63ghxl50am97pajdhkp05s1cglis3mlvkxx3pvzkrli"))))
     (build-system cmake-build-system)
     (arguments
      (list #:modules
-- 
2.38.1




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

Previous Next


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