all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55229] [PATCH 1/2] gnu: lua-luv: upgrade to version 1.43.0
@ 2022-05-02 19:13 Ryan Sundberg via Guix-patches via
  2022-05-02 19:13 ` [bug#55228] [PATCH 2/2] gnu: neovim: upgrade to 0.7.0 Ryan Sundberg via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Ryan Sundberg via Guix-patches via @ 2022-05-02 19:13 UTC (permalink / raw)
  To: 55229; +Cc: Ryan Sundberg

* 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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#55228] [PATCH 2/2] gnu: neovim: upgrade to 0.7.0
  2022-05-02 19:13 [bug#55229] [PATCH 1/2] gnu: lua-luv: upgrade to version 1.43.0 Ryan Sundberg via Guix-patches via
@ 2022-05-02 19:13 ` Ryan Sundberg via Guix-patches via
  2022-05-20 18:18   ` bug#55228: " Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Ryan Sundberg via Guix-patches via @ 2022-05-02 19:13 UTC (permalink / raw)
  To: 55228; +Cc: Ryan Sundberg

* gnu/packages/vim.scm (neovim): Upgrade to 0.7.0
---
 gnu/packages/vim.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/vim.scm b/gnu/packages/vim.scm
index 7279798fe6..d04ee49775 100644
--- a/gnu/packages/vim.scm
+++ b/gnu/packages/vim.scm
@@ -668,7 +668,7 @@ (define-public neovim-syntastic
 (define-public neovim
   (package
     (name "neovim")
-    (version "0.6.1")
+    (version "0.7.0")
     (source
      (origin
        (method git-fetch)
@@ -677,7 +677,7 @@ (define-public neovim
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "10p6lg5yv9n6wcwdprwvvi56dfcm4wsj54nm0invyx3mhf7374lx"))))
+        (base32 "1m7xmry66pn27gvk7qj9di83xa1h7zjp4c6ygnf218pqhr08x06g"))))
     (build-system cmake-build-system)
     (arguments
      `(#:modules ((srfi srfi-26)
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#55228: [PATCH 2/2] gnu: neovim: upgrade to 0.7.0
  2022-05-02 19:13 ` [bug#55228] [PATCH 2/2] gnu: neovim: upgrade to 0.7.0 Ryan Sundberg via Guix-patches via
@ 2022-05-20 18:18   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2022-05-20 18:18 UTC (permalink / raw)
  To: Ryan Sundberg; +Cc: 55228-done

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’.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-05-20 18:19 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-02 19:13 [bug#55229] [PATCH 1/2] gnu: lua-luv: upgrade to version 1.43.0 Ryan Sundberg via Guix-patches via
2022-05-02 19:13 ` [bug#55228] [PATCH 2/2] gnu: neovim: upgrade to 0.7.0 Ryan Sundberg via Guix-patches via
2022-05-20 18:18   ` bug#55228: " Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.