[PATCH] gnu: neovim: Update to 0.8.3.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • ギャラ
Owner
unassigned
Submitted by
ギャラ
Severity
normal

Debbugs page

ギャラ wrote 2 years ago
(address . guix-patches@gnu.org)(name . ギャラ)(address . me@gyara.moe)
029b80cdf6755ed383ac2014eb39cfb9eb7ae8c2.1675576262.git.me@gyara.moe
* gnu/packages/vim.scm (neovim): Update to 0.8.3.
---
gnu/packages/vim.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 6939057ff2..0593986d87 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.2")
+ (version "0.8.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -701,7 +701,7 @@ (define-public neovim
(file-name (git-file-name name version))
(sha256
(base32
- "1jjw9a42l7wrziki2qznn7wiw5r59n4hs9i6g2hxnjyzixpg9xvl"))))
+ "1zff73yxbnxym6sn43xk6r0zc2ncingsib81v9g39ibrcinpwaa9"))))
(build-system cmake-build-system)
(arguments
(list #:modules
--
2.39.1
Christopher Baines wrote 2 years ago
(name . ギャラ)(address . me@gyara.moe)
87mt5pc2ij.fsf@cbaines.net
ギャラ via Guix-patches via <guix-patches@gnu.org> writes:

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

Thanks for the patch! Pushed to master as
7a87298e2fea9aa718c3b3b994c538dc4a6d35dd.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmPiCUVfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XezmQ/9ExjORuMKTpvVeA+AlXnQJlFo5IVPwKbL
qTjblzsFbCyyCjE6D6TlQwa8sLDuoXm5ZOI8X73wuU54NOTYyI2PBqeLiEFZke8n
7QRpYdYCCx+ncB4z6l5b2YG8Vdn9gTFNu7wsZ205NW3W/pa8OBLdcjK3WmAndUeQ
V5dDDcjO8GmBt2T/v0JvSUiMLzaPZhog3uMLbQUyIfMOHK2xi9WS+hyqhLk9D1DB
b2sisUtT9V1WRaxBVyR8rEiBCAoEfMtBXNHtuyd2icQ4OviEAClm4gjPZvhxj0kl
655yDSVKNaDjy6p+0N4AD8EgAlFZydZPdeDmXe5Whq3IevpAwlm+xv9iHlaVUrKU
PTaqDDPgo2OrHL/6hrPDlXB8n6lIqGqI7xonuoH9awayaFXay7oyQouPpw82p2o7
Vncv3IGb/SM1l2kAgFUFCX1lkzKB9OAjOx+io86iKQk0WXUDWrYCiMns2gC8qf75
rtPlS15qQpRlTEMtOl2Z0TCjP5aPL/t+7m5WXmz3peoMzQZOmWxnIR8JVkNxJpun
emxLdByKJXpLoOyLL+xrMx+phELySOdTRCPdlQZ3Pg8Hks/6EQKIt51Mfzel8hs3
dv/QduV8AFpkg0bolfekp0CGNyF7oZQzidgpvbusnebAN9k4kwZUIBl19zjjva/5
gb6gkTFAHf0=
=hdjQ
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 61287@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 61287
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help