GNU bug report logs - #55045
[PATCH] update neovim to 0.7.0

Previous Next

Package: guix-patches;

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

Date: Wed, 20 Apr 2022 17:50:02 UTC

Severity: normal

Tags: patch

Merged with 54981, 54982, 54983, 54984

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#54983: closed ([PATCH 2/3] gnu: lua-luv: Update to 1.43.0-0.)
Date: Wed, 18 May 2022 18:13:08 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 18 May 2022 20:12:03 +0200
with message-id <87tu9m1zik.fsf_-_ <at> gnu.org>
and subject line Re: bug#55045: [PATCH] update neovim to 0.7.0
has caused the debbugs.gnu.org bug report #55045,
regarding [PATCH 2/3] gnu: lua-luv: Update to 1.43.0-0.
to be marked as done.

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


-- 
55045: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55045
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Imran Iqbal <imran <at> imraniqbal.org>
To: guix-patches <at> gnu.org
Cc: Imran Iqbal <imran <at> imraniqbal.org>
Subject: [PATCH 2/3] gnu: lua-luv: Update to 1.43.0-0.
Date: Sat, 16 Apr 2022 23:34:15 -0400
* gnu/packages/lua.scm (lua-luv): Update to 1.43.0-0.
---
 gnu/packages/lua.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index ee4b7727e0..e91d04cbd0 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -785,7 +785,7 @@ (define-public lua5.2-lpeg
 (define (make-lua-luv name lua)
   (package
     (name name)
-    (version "1.32.0-0")
+    (version "1.43.0-0")
     (source (origin
               ;; The release tarball includes the sources of libuv but does
               ;; not include the pkg-config files.
@@ -796,7 +796,7 @@ (define (make-lua-luv name lua)
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0c65c1lhbl0axnyks3910gjs0z0hw7w6jvl07g8kbpnbvfl4qajh"))))
+                "1yzi4bm845vl84wyv2qw4z1n1v285lgwm681swmp84brfy2s7czp"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ; there are none
@@ -813,7 +813,7 @@ (define (make-lua-luv name lua)
              (copy-recursively (assoc-ref inputs "lua-compat")
                                "lua-compat")
              (setenv "CPATH"
-                     (string-append (getcwd) "/lua-compat:"
+                     (string-append (getcwd) "/lua-compat/c-api:"
                                     (or (getenv "CPATH") "")))
              #t)))))
     (inputs
@@ -824,11 +824,11 @@ (define (make-lua-luv name lua)
            (method git-fetch)
            (uri (git-reference
                  (url "https://github.com/keplerproject/lua-compat-5.3")
-                 (commit "daebe77a2f498817713df37f0bb316db1d82222f")))
+                 (commit "e245d3a18957e43ef902a59a72c8902e2e4435b9")))
            (file-name "lua-compat-5.3-checkout")
            (sha256
             (base32
-             "02a14nvn7aggg1yikj9h3dcf8aqjbxlws1bfvqbpfxv9d5phnrpz"))))))
+             "1caxn228gx48g6kymp9w7kczgxcg0v0cd5ixsx8viybzkd60dcn4"))))))
     (home-page "https://github.com/luvit/luv/")
     (synopsis "Libuv bindings for Lua")
     (description
-- 
2.35.3



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Luis Henrique Gomes Higino <luishenriquegh2701 <at> gmail.com>
Cc: 55045-done <at> debbugs.gnu.org, Maxime Devos <maximedevos <at> telenet.be>
Subject: Re: bug#55045: [PATCH] update neovim to 0.7.0
Date: Wed, 18 May 2022 20:12:03 +0200
Hello,

I applied v3 of all four patches.  Thanks, and thanks to Maxime for
reviewing!

Ludo’.


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

Previous Next


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