emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55229: closed ([PATCH 1/2] gnu: lua-luv: upgrade to version 1.43.0)


From: GNU bug Tracking System
Subject: bug#55229: closed ([PATCH 1/2] gnu: lua-luv: upgrade to version 1.43.0)
Date: Fri, 20 May 2022 18:19:02 +0000

Your message dated Fri, 20 May 2022 20:18:12 +0200
with message-id <87zgjcvziz.fsf_-_@gnu.org>
and subject line Re: bug#55228: [PATCH 2/2] gnu: neovim: upgrade to 0.7.0
has caused the debbugs.gnu.org bug report #55228,
regarding [PATCH 1/2] gnu: lua-luv: upgrade to version 1.43.0
to be marked as done.

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


-- 
55228: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55228
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/2] gnu: lua-luv: upgrade to version 1.43.0 Date: Mon, 2 May 2022 12:13:38 -0700
* gnu/packages/lua.scm (lua-luv, lua5.1-luv, lua5.2-luv): Upgrade to 1.43.0
---
 gnu/packages/lua.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index ee4b7727e0..1061977f3b 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
@@ -811,9 +811,9 @@ (define (make-lua-luv name lua)
          (add-after 'unpack 'copy-lua-compat
            (lambda* (#:key inputs #:allow-other-keys)
              (copy-recursively (assoc-ref inputs "lua-compat")
-                               "lua-compat")
+                               "deps/lua-compat-5.3")
              (setenv "CPATH"
-                     (string-append (getcwd) "/lua-compat:"
+                     (string-append (getcwd) "/deps/lua-compat-5.3:"
                                     (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 "v0.10")))
            (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.34.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#55228: [PATCH 2/2] gnu: neovim: upgrade to 0.7.0 Date: Fri, 20 May 2022 20:18:12 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hi,

Ryan Sundberg <ryan@arctype.co> skribis:

> * gnu/packages/vim.scm (neovim): Upgrade to 0.7.0

This was done independently and pushed a few days ago as commit
e49a2d03bbfcc0cc6b69f2299ba661f2e581301e.

Closing, thanks!

Ludo’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]