unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: help-debbugs@gnu.org (GNU bug Tracking System)
To: guix-patches@gnu.org
Subject: bug#54983: closed (Re: bug#55045: [PATCH] update neovim to 0.7.0)
Date: Wed, 18 May 2022 18:13:08 +0000	[thread overview]
Message-ID: <handler.54983.D55045.165289754724188.notifdone@debbugs.gnu.org> (raw)
In-Reply-To: 20220417033416.333057-3-imran@imraniqbal.org

[-- Attachment #1: Type: text/plain, Size: 420 bytes --]

Your bug report

#55045: [PATCH 2/3] gnu: lua-luv: Update to 1.43.0-0.

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 54983@debbugs.gnu.org.

-- 
55045: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55045
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems

[-- Attachment #2: Type: message/rfc822, Size: 3207 bytes --]

From: "Ludovic Courtès" <ludo@gnu.org>
To: Luis Henrique Gomes Higino <luishenriquegh2701@gmail.com>
Cc: 55045-done@debbugs.gnu.org, Maxime Devos <maximedevos@telenet.be>
Subject: Re: bug#55045: [PATCH] update neovim to 0.7.0
Date: Wed, 18 May 2022 20:12:03 +0200
Message-ID: <87tu9m1zik.fsf_-_@gnu.org>

Hello,

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

Ludo’.


[-- Attachment #3: Type: message/rfc822, Size: 7932 bytes --]

From: Imran Iqbal <imran@imraniqbal.org>
To: guix-patches@gnu.org
Cc: Imran Iqbal <imran@imraniqbal.org>
Subject: [PATCH 2/3] gnu: lua-luv: Update to 1.43.0-0.
Date: Sat, 16 Apr 2022 23:34:15 -0400
Message-ID: <20220417033416.333057-3-imran@imraniqbal.org>

* 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




  parent reply	other threads:[~2022-05-18 18:14 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-20 17:46 [bug#55045] [PATCH] update neovim to 0.7.0 Luis Henrique Gomes Higino
2022-04-20 17:52 ` [bug#55045] [PATCH 1/4] gnu: lua-luv: Update to 1.43.0-0 Luis Henrique Gomes Higino
2022-04-20 17:52   ` [bug#55045] [PATCH 2/4] gnu: lua-luv: replace sexps with gexps Luis Henrique Gomes Higino
2022-04-20 17:52   ` [bug#55045] [PATCH 3/4] gnu: neovim: Update to 0.7.0 Luis Henrique Gomes Higino
2022-04-20 17:52   ` [bug#55045] [PATCH 4/4] gnu: neovim: replace sexps with gexps Luis Henrique Gomes Higino
2022-04-21  2:47 ` [bug#55045] [PATCH] update neovim to 0.7.0 Imran Iqbal
2022-04-22  1:07 ` Luis Henrique Gomes Higino
2022-04-28 22:35   ` Ludovic Courtès
2022-05-05 15:02     ` Luis Henrique Gomes Higino
2022-05-17 22:49       ` Imran Iqbal
2022-05-17 23:01         ` Luis Henrique Gomes Higino
2022-05-17 23:16 ` [bug#55045] [PATCH v2 1/4] gnu: lua-luv: Update to 1.43.0-0 Luis Henrique Gomes Higino
2022-05-17 23:16   ` [bug#55045] [PATCH v2 2/4] gnu: lua-luv: Use gexps Luis Henrique Gomes Higino
2022-05-17 23:16   ` [bug#55045] [PATCH v2 3/4] gnu: neovim: Update to 0.7.0 Luis Henrique Gomes Higino
2022-05-17 23:16   ` [bug#55045] [PATCH v2 4/4] gnu: neovim: Use new style Luis Henrique Gomes Higino
2022-05-18 11:09     ` Maxime Devos
2022-05-18 12:06       ` Luis Henrique Gomes Higino
2022-05-18 13:32 ` [bug#55045] [PATCH v3 1/4] gnu: lua-luv: Update to 1.43.0-0 Luis Henrique Gomes Higino
2022-05-18 13:32   ` [bug#55045] [PATCH v3 2/4] gnu: lua-luv: Use gexps Luis Henrique Gomes Higino
2022-05-18 13:32   ` [bug#55045] [PATCH v3 3/4] gnu: neovim: Update to 0.7.0 Luis Henrique Gomes Higino
2022-05-18 13:32   ` [bug#55045] [PATCH v3 4/4] gnu: neovim: Use new style Luis Henrique Gomes Higino
2022-05-18 18:12   ` bug#55045: [PATCH] update neovim to 0.7.0 Ludovic Courtès
2022-04-17  3:34     ` [bug#54981] [PATCH 0/3] Update neovim to version 0.7.0 Imran Iqbal
2022-04-17  3:34       ` [bug#54982] [PATCH 1/3] gnu: libuv: Update to 1.43.0 Imran Iqbal
2022-04-17  5:18         ` bug#54982: Acknowledgement ([PATCH 1/3] gnu: libuv: Update to 1.43.0.) GNU bug Tracking System
2022-05-18 18:13         ` bug#54982: closed (Re: bug#55045: [PATCH] update neovim to 0.7.0) GNU bug Tracking System
2022-04-17  3:34       ` [bug#54983] [PATCH 2/3] gnu: lua-luv: Update to 1.43.0-0 Imran Iqbal
2022-04-17  5:18         ` bug#54983: Acknowledgement ([PATCH 2/3] gnu: lua-luv: Update to 1.43.0-0.) GNU bug Tracking System
2022-05-18 18:13         ` GNU bug Tracking System [this message]
2022-04-17  3:34       ` [bug#54984] [PATCH 3/3] gnu: neovim: Update to 0.7.0 Imran Iqbal
2022-04-17  5:18         ` bug#54984: Acknowledgement ([PATCH 3/3] gnu: neovim: Update to 0.7.0.) GNU bug Tracking System
2022-05-18 18:13         ` bug#54984: closed (Re: bug#55045: [PATCH] update neovim to 0.7.0) GNU bug Tracking System
2022-04-17  5:18       ` bug#54981: Acknowledgement ([PATCH 0/3] Update neovim to version 0.7.0) GNU bug Tracking System
2022-04-17  8:07       ` [bug#54981] [PATCH 0/3] Update neovim to version 0.7.0 Maxime Devos
2022-05-18 18:13       ` bug#54981: closed (Re: bug#55045: [PATCH] update neovim to 0.7.0) GNU bug Tracking System
2022-05-18 13:35 ` [bug#55045] About trailing #t Luis Henrique Gomes Higino
2022-05-18 18:33   ` Tobias Geerinckx-Rice 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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=handler.54983.D55045.165289754724188.notifdone@debbugs.gnu.org \
    --to=help-debbugs@gnu.org \
    --cc=54983@debbugs.gnu.org \
    --cc=guix-patches@gnu.org \
    /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 public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).