all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53699] [PATCH] (neovim): Update to 0.6.1
@ 2022-02-01 12:46 ceephax
  2022-02-02  3:42 ` 宋文武
  2023-09-01 22:23 ` bug#53699: " Vagrant Cascadian
  0 siblings, 2 replies; 3+ messages in thread
From: ceephax @ 2022-02-01 12:46 UTC (permalink / raw)
  To: 53699; +Cc: ceephax

---
 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 d5667851a8..2cc75b5047 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -661,7 +661,7 @@ (define-public neovim-syntastic
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.4.4")
+    (version "0.6.1")
     (source
      (origin
        (method git-fetch)
@@ -670,7 +670,7 @@ (define-public neovim
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "11zyj6jvkwas3n6w1ckj3pk6jf81z1g7ngg4smmwm7c27y2a6f2m"))))
+        (base32 "10p6lg5yv9n6wcwdprwvvi56dfcm4wsj54nm0invyx3mhf7374lx"))))
     (build-system cmake-build-system)
     (arguments
      `(#:modules ((srfi srfi-26)
-- 
2.35.1





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

* [bug#53699] [PATCH] (neovim): Update to 0.6.1
  2022-02-01 12:46 [bug#53699] [PATCH] (neovim): Update to 0.6.1 ceephax
@ 2022-02-02  3:42 ` 宋文武
  2023-09-01 22:23 ` bug#53699: " Vagrant Cascadian
  1 sibling, 0 replies; 3+ messages in thread
From: 宋文武 @ 2022-02-02  3:42 UTC (permalink / raw)
  To: ceephax; +Cc: 53699

ceephax <code@ceephax.com> writes:

> ---
>  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 d5667851a8..2cc75b5047 100644
> --- a/gnu/packages/vim.scm
> +++ b/gnu/packages/vim.scm
> @@ -661,7 +661,7 @@ (define-public neovim-syntastic
>  (define-public neovim
>    (package
>      (name "neovim")
> -    (version "0.4.4")
> +    (version "0.6.1")

Hello, this failed for me with:
  REQUIRED PACKAGE NOT FOUND
  
  We could not find development headers for TreeSitter.


Look like we have to get https://issues.guix.gnu.org/49946 in first.




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

* bug#53699: [PATCH] (neovim): Update to 0.6.1
  2022-02-01 12:46 [bug#53699] [PATCH] (neovim): Update to 0.6.1 ceephax
  2022-02-02  3:42 ` 宋文武
@ 2023-09-01 22:23 ` Vagrant Cascadian
  1 sibling, 0 replies; 3+ messages in thread
From: Vagrant Cascadian @ 2023-09-01 22:23 UTC (permalink / raw)
  To: ceephax, 53699-done

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

On 2022-02-01, ceephax wrote:
> diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
> index d5667851a8..2cc75b5047 100644
> --- a/gnu/packages/vim.scm
> +++ b/gnu/packages/vim.scm
> @@ -661,7 +661,7 @@ (define-public neovim-syntastic
>  (define-public neovim
>    (package
>      (name "neovim")
> -    (version "0.4.4")
> +    (version "0.6.1")

neovim has been updated to newer versions:

53b04339fe521f486d3017930a419d5ca8a6cffd gnu: neovim: Update to 0.6.1.
92d05b79e89ffa4635bf5d9eb49da3771c35c5e0 gnu: neovim: Update to 0.9.1.

Marking as done.

live well,
  vagrant

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

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

end of thread, other threads:[~2023-09-01 22:25 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-01 12:46 [bug#53699] [PATCH] (neovim): Update to 0.6.1 ceephax
2022-02-02  3:42 ` 宋文武
2023-09-01 22:23 ` bug#53699: " Vagrant Cascadian

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.