all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#59273] [PATCH] gnu: neovim: Update to 0.8.1.
@ 2022-11-15  2:04 ギャラ via Guix-patches via
  2022-11-17 12:12 ` bug#59273: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: ギャラ via Guix-patches via @ 2022-11-15  2:04 UTC (permalink / raw)
  To: 59273; +Cc: ギャラ

* 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





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

* bug#59273: [PATCH] gnu: neovim: Update to 0.8.1.
  2022-11-15  2:04 [bug#59273] [PATCH] gnu: neovim: Update to 0.8.1 ギャラ via Guix-patches via
@ 2022-11-17 12:12 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-11-17 12:12 UTC (permalink / raw)
  To: ギャラ; +Cc: 59273-done, guix-patches

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


ギャラ via Guix-patches via <guix-patches@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

[-- 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:[~2022-11-17 12:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-15  2:04 [bug#59273] [PATCH] gnu: neovim: Update to 0.8.1 ギャラ via Guix-patches via
2022-11-17 12:12 ` bug#59273: " 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.