GNU bug report logs -
#53699
[PATCH] (neovim): Update to 0.6.1
Previous Next
Reported by: ceephax <code <at> ceephax.com>
Date: Tue, 1 Feb 2022 16:05:01 UTC
Severity: normal
Tags: patch
Done: Vagrant Cascadian <vagrant <at> debian.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#53699: [PATCH] (neovim): Update to 0.6.1
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 53699 <at> debbugs.gnu.org.
--
53699: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=53699
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
---
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
This bug report was last modified 1 year and 317 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.