all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57248] [PATCH] gnu: neovim: Update to 0.7.2.
@ 2022-08-16 18:08 Mike Jones
  2022-08-17  6:22 ` bug#57248: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Jones @ 2022-08-16 18:08 UTC (permalink / raw)
  To: 57248; +Cc: Mike Jones

* gnu/packages/vim.scm (neovim): Update to 0.7.2.
---
 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 945c7f3863..bd25ae0be4 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -659,7 +659,7 @@ (define-public neovim-syntastic
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.7.0")
+    (version "0.7.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -668,7 +668,7 @@ (define-public neovim
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1m7xmry66pn27gvk7qj9di83xa1h7zjp4c6ygnf218pqhr08x06g"))))
+                "1jn4i4ral79ys06i50bimylm515sfh41z503gj50a74h1ylg0z4w"))))
     (build-system cmake-build-system)
     (arguments
      (list #:modules

base-commit: 8aab1f7c73c3a6e204b1257e687120c009c88604
-- 
2.37.2





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

* bug#57248: [PATCH] gnu: neovim: Update to 0.7.2.
  2022-08-16 18:08 [bug#57248] [PATCH] gnu: neovim: Update to 0.7.2 Mike Jones
@ 2022-08-17  6:22 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2022-08-17  6:22 UTC (permalink / raw)
  To: Mike Jones; +Cc: 57248-done

Mike Jones <mike@mjones.io> writes:

> * gnu/packages/vim.scm (neovim): Update to 0.7.2.

Pushed, thank you!




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

end of thread, other threads:[~2022-08-17  6:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-16 18:08 [bug#57248] [PATCH] gnu: neovim: Update to 0.7.2 Mike Jones
2022-08-17  6:22 ` bug#57248: " 宋文武 via Guix-patches via

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.