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

  • Done
  • quality assurance status badge
Details
3 participants
  • Imran Iqbal
  • Ludovic Courtès
  • Maxime Devos
Owner
unassigned
Submitted by
Imran Iqbal
Severity
normal
Merged with
I
I
Imran Iqbal wrote on 17 Apr 2022 05:34
(address . guix-patches@gnu.org)(name . Imran Iqbal)(address . imran@imraniqbal.org)
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(-)

Toggle diff (47 lines)
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
M
M
Maxime Devos wrote on 17 Apr 2022 10:07
Re: [bug#54981] [PATCH 0/3] Update neovim to version 0.7.0
(address . 54981@debbugs.gnu.org)(address . control@debbugs.gnu.org)
e09ae4ae04962a307302a687f1858c130959bbc4.camel@telenet.be
merge 54981 54982 54983 54984
thanks

Hi, guix-patches@gnu.org is for submitting new patch series, not for
responding to existing patches, so in the future, please don't put
guix-patches@gnu.org in Reply-To or CC and only send a single mail to
guix-patches@gnu.org, send the later ones to the NNNNN@debbugs.gnu.org,
such that only a single entry is created and the patches aren't lost.

‘(guix)Configuring Git’ has some info on this matter:

When sending a patch series (e.g., using ‘git send-email’), please
first send one message to <guix-patches@gnu.org>, and then send
subsequent patches to <NNN@debbugs.gnu.org> to make sure they are
kept together. See the Debbugs documentation
(https://debbugs.gnu.org/Advanced.html)for more information. [...]

Greetings,
Maxime.
-----BEGIN PGP SIGNATURE-----

iI0EABYKADUWIQTB8z7iDFKP233XAR9J4+4iGRcl7gUCYlvKshccbWF4aW1lZGV2
b3NAdGVsZW5ldC5iZQAKCRBJ4+4iGRcl7lfoAQCzXPB0pGdfFzlVP/ObuM8EJqfy
QzHX+3YAsgppR1EiHQD+Ltu5XPrBUuB6NQHXnzFi7IiaE6tQQf2BlmpSpbqeIQ4=
=sbxP
-----END PGP SIGNATURE-----


L
L
Ludovic Courtès wrote on 18 May 2022 20:12
control message for bug #55045
(address . control@debbugs.gnu.org)
87r14q1zhl.fsf@gnu.org
merge 55045 54984
quit
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 54983
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