all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Solomon Victorino via Guix-patches via <guix-patches@gnu.org>
To: 71063@debbugs.gnu.org
Cc: Solomon Victorino <git@solomonvictorino.com>
Subject: [bug#71063] [PATCH rust-team 3/3] gnu: neovim: Update to 0.10.0.
Date: Sat, 18 May 2024 13:52:42 -0600	[thread overview]
Message-ID: <20240518195252.337133-2-git@solomonvictorino.com> (raw)

* gnu/packages/vim.scm (neovim): Update to 0.10.0.
---
 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 6b5eaabf8e..b6bd4f6879 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -770,7 +770,7 @@ (define-public neovim-packer
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.9.5")
+    (version "0.10.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -779,7 +779,7 @@ (define-public neovim
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1j3z7jay0m6g06v04falrzr062g07xr4svbrc3hywlqi2h6rrvk5"))))
+                "0bd9hxnskyfg7k51yxf3gnqhv9l3y4m91yqd8svzj7d5sb2jxc1n"))))
     (build-system cmake-build-system)
     (arguments
      (list #:modules
-- 
2.45.1





             reply	other threads:[~2024-05-19 15:19 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-18 19:52 Solomon Victorino via Guix-patches via [this message]
2024-05-21 16:34 ` bug#71063: Closed Solomon Victorino via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240518195252.337133-2-git@solomonvictorino.com \
    --to=guix-patches@gnu.org \
    --cc=71063@debbugs.gnu.org \
    --cc=git@solomonvictorino.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.