GNU bug report logs - #60517
[PATCH] gnu: neovim: Update to 0.8.2.

Previous Next

Package: guix-patches;

Reported by: Luis Henrique Gomes Higino <luishenriquegh2701 <at> gmail.com>

Date: Tue, 3 Jan 2023 14:27:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#60517: closed ([PATCH] gnu: neovim: Update to 0.8.2.)
Date: Tue, 10 Jan 2023 09:58:03 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 10 Jan 2023 10:56:42 +0100
with message-id <87zgaqogpx.fsf <at> gnu.org>
and subject line Re: bug#60517: [PATCH] gnu: neovim: Update to 0.8.2.
has caused the debbugs.gnu.org bug report #60517,
regarding [PATCH] gnu: neovim: Update to 0.8.2.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
60517: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60517
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Luis Henrique Gomes Higino <luishenriquegh2701 <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Luis Henrique Gomes Higino <luishenriquegh2701 <at> gmail.com>
Subject: [PATCH] gnu: neovim: Update to 0.8.2.
Date: Tue,  3 Jan 2023 11:25:11 -0300
* gnu/packages/vim.scm (neovim): Update to 0.8.2.
---
Hi Guix,

this patch updates neovim to the latest release. However, while checking the package build I noticed that it has not been reproducible since fbdd0a4a14b968997a511bbf2634640529345904. I have not been able to find what is the root cause, since luajit (the package updated in that commit) remained reproducible.

Thanks,
Luis Higino

 gnu/packages/vim.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 1451bf80a3..6939057ff2 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -12,7 +12,7 @@
 ;;; Copyright © 2021 Simon Tournier <zimon.toutoune <at> gmail.com>
 ;;; Copyright © 2021 Tissevert <tissevert+guix <at> marvid.fr>
 ;;; Copyright © 2021 Foo Chuan Wei <chuanwei.foo <at> hotmail.com>
-;;; Copyright © 2022 Luis Henrique Gomes Higino <luishenriquegh2701 <at> gmail.com>
+;;; Copyright © 2022, 2023 Luis Henrique Gomes Higino <luishenriquegh2701 <at> gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -692,7 +692,7 @@ (define-public neovim-syntastic
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.8.1")
+    (version "0.8.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -701,7 +701,7 @@ (define-public neovim
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "08qyni2qg63ghxl50am97pajdhkp05s1cglis3mlvkxx3pvzkrli"))))
+                "1jjw9a42l7wrziki2qznn7wiw5r59n4hs9i6g2hxnjyzixpg9xvl"))))
     (build-system cmake-build-system)
     (arguments
      (list #:modules

base-commit: 473692b812b4ab4267d9bddad0fb27787d2112ff
-- 
2.38.1



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Luis Henrique Gomes Higino <luishenriquegh2701 <at> gmail.com>
Cc: 60517-done <at> debbugs.gnu.org
Subject: Re: bug#60517: [PATCH] gnu: neovim: Update to 0.8.2.
Date: Tue, 10 Jan 2023 10:56:42 +0100
Hi,

Luis Henrique Gomes Higino <luishenriquegh2701 <at> gmail.com> skribis:

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

Applied, thanks!

> this patch updates neovim to the latest release. However, while checking the package build I noticed that it has not been reproducible since fbdd0a4a14b968997a511bbf2634640529345904. I have not been able to find what is the root cause, since luajit (the package updated in that commit) remained reproducible.

Would you like to email your findings so far to bug-guix <at> gnu.org?  That
way we’ll keep track of it and hopefully someone else can give a hand.

Ludo’.


This bug report was last modified 2 years and 133 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.