diff options
| author | Yappaholic <sav.boyar@gmail.com> | 2026-05-02 11:32:05 +0300 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-05-05 15:59:13 +0900 |
| commit | a11eeeaf6334371e69c0ebdb413c5210e75952a0 (patch) | |
| tree | aa60e6cf5192c0033644436c043d6959f527d737 /gnu/packages/lua.scm | |
| parent | 49613fb544e69f0c1b65f2d1c318011e92996060 (diff) | |
gnu: lua-luv: Update to 1.44.2-0
* gnu/packages/lua.scm (make-lua-luv): Update to 1.44.2-0.
Merges: https://codeberg.org/guix/guix/pulls/8251
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/packages/lua.scm')
| -rw-r--r-- | gnu/packages/lua.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 12dea14f8f9..41b6c903d42 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.43.0-0") | 1132 | (version "1.44.2-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 | "1yzi4bm845vl84wyv2qw4z1n1v285lgwm681swmp84brfy2s7czp")))) | 1143 | "0jdvsznzha290gnzd66vscsdacd5dapq0scwy4zj64d9wnsv39p7")))) |
| 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 |
