emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#61287: closed ([PATCH] gnu: neovim: Update to 0.8.3.)


From: GNU bug Tracking System
Subject: bug#61287: closed ([PATCH] gnu: neovim: Update to 0.8.3.)
Date: Tue, 07 Feb 2023 08:19:02 +0000

Your message dated Tue, 07 Feb 2023 09:17:53 +0100
with message-id <87mt5pc2ij.fsf@cbaines.net>
and subject line Re: [bug#61287] [PATCH] gnu: neovim: Update to 0.8.3.
has caused the debbugs.gnu.org bug report #61287,
regarding [PATCH] gnu: neovim: Update to 0.8.3.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61287: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61287
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: neovim: Update to 0.8.3. Date: Sun, 5 Feb 2023 14:51:02 +0900
* gnu/packages/vim.scm (neovim): Update to 0.8.3.
---
 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 6939057ff2..0593986d87 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.2")
+    (version "0.8.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -701,7 +701,7 @@ (define-public neovim
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1jjw9a42l7wrziki2qznn7wiw5r59n4hs9i6g2hxnjyzixpg9xvl"))))
+                "1zff73yxbnxym6sn43xk6r0zc2ncingsib81v9g39ibrcinpwaa9"))))
     (build-system cmake-build-system)
     (arguments
      (list #:modules
-- 
2.39.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#61287] [PATCH] gnu: neovim: Update to 0.8.3. Date: Tue, 07 Feb 2023 09:17:53 +0100 User-agent: mu4e 1.8.11; emacs 28.2
ギャラ via Guix-patches via <guix-patches@gnu.org> writes:

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

Thanks for the patch! Pushed to master as
7a87298e2fea9aa718c3b3b994c538dc4a6d35dd.

Chris

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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