all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#61287] [PATCH] gnu: neovim: Update to 0.8.3.
@ 2023-02-05  5:51 ギャラ via Guix-patches via
  2023-02-07  8:17 ` bug#61287: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: ギャラ via Guix-patches via @ 2023-02-05  5:51 UTC (permalink / raw)
  To: 61287; +Cc: ギャラ

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#61287: [PATCH] gnu: neovim: Update to 0.8.3.
  2023-02-05  5:51 [bug#61287] [PATCH] gnu: neovim: Update to 0.8.3 ギャラ via Guix-patches via
@ 2023-02-07  8:17 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-02-07  8:17 UTC (permalink / raw)
  To: ギャラ; +Cc: 61287-done, guix-patches

[-- Attachment #1: Type: text/plain, Size: 310 bytes --]


ギャラ 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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-02-07  8:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-05  5:51 [bug#61287] [PATCH] gnu: neovim: Update to 0.8.3 ギャラ via Guix-patches via
2023-02-07  8:17 ` bug#61287: " Christopher Baines

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.