summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYappaholic <sav.boyar@gmail.com>2026-05-10 16:54:14 +0300
committerNguyễn Gia Phong <cnx@loang.net>2026-05-18 15:09:03 +0900
commit67bd2766c9d5db404533c97927fe9d9abeae4e46 (patch)
tree3b85cd906f7341e54d062a4732a5c503ffefaaa6
parent190528f632cd91e5fac56df98f8dd5c0c85cbcc3 (diff)
gnu: lua-luv: Update to 1.52.1-0.
* gnu/packages/lua.scm (lua-luv): Update to 1.52.1-0. Merges: https://codeberg.org/guix/guix/pulls/8502 Change-Id: I1cd4ddeb498640667c5e09855ee9f1e171601b39 Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
-rw-r--r--gnu/packages/lua.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 666aa0fb42b..0f4ff637951 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -1129,7 +1129,7 @@ Grammars (PEGs).")
1129(define (make-lua-luv name lua) 1129(define (make-lua-luv name lua)
1130 (package 1130 (package
1131 (name name) 1131 (name name)
1132 (version "1.44.2-0") 1132 (version "1.52.1-0")
1133 (source (origin 1133 (source (origin
1134 ;; The release tarball includes the sources of libuv but does 1134 ;; The release tarball includes the sources of libuv but does
1135 ;; not include the pkg-config files. 1135 ;; not include the pkg-config files.
@@ -1140,7 +1140,7 @@ Grammars (PEGs).")
1140 (file-name (git-file-name name version)) 1140 (file-name (git-file-name name version))
1141 (sha256 1141 (sha256
1142 (base32 1142 (base32
1143 "0jdvsznzha290gnzd66vscsdacd5dapq0scwy4zj64d9wnsv39p7")))) 1143 "109d1g4j8kfjixxnp70wb64wn6rhvpi9amcd71vs5f7398z8d0sr"))))
1144 (build-system cmake-build-system) 1144 (build-system cmake-build-system)
1145 (arguments 1145 (arguments
1146 (list #:tests? #f ; there are none 1146 (list #:tests? #f ; there are none