all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#64346] [PATCH] gnu: neovim: Update to 0.9.1.
@ 2023-06-29  8:01 Benjamin
  2023-07-01  7:17 ` Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Benjamin @ 2023-06-29  8:01 UTC (permalink / raw)
  To: 64346; +Cc: Benjamin

* gnu/packages/vim.scm (neovim): Update to 0.9.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 f928087e8a..f004e9d602 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -693,7 +693,7 @@ (define-public neovim-syntastic
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.9.0")
+    (version "0.9.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -702,7 +702,7 @@ (define-public neovim
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0xsvhm191cy5ivcw0c8dnpzbpcvvn5hsnkzkipr2aabgrsgqj628"))))
+                "18dsl9fjcqvcqffny6jmcxwx5a7d13aykn310hbgghny8l11rw3c"))))
     (build-system cmake-build-system)
     (arguments
      (list #:modules

base-commit: b24a05830d11e3011eee4bc5f60a41e26188cde1
-- 
2.40.1





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

* [bug#64346] [PATCH] gnu: neovim: Update to 0.9.1.
  2023-06-29  8:01 [bug#64346] [PATCH] gnu: neovim: Update to 0.9.1 Benjamin
@ 2023-07-01  7:17 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-07-01  7:17 UTC (permalink / raw)
  To: Benjamin; +Cc: 64346-done, 64346

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


Benjamin <benjamin@uvy.fr> writes:

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

Thanks, I've pushed this to master as
92d05b79e89ffa4635bf5d9eb49da3771c35c5e0.

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-07-01  7:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-29  8:01 [bug#64346] [PATCH] gnu: neovim: Update to 0.9.1 Benjamin
2023-07-01  7:17 ` 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.