summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim@guixotic.coop>2025-12-30 10:32:18 +0900
committerMaxim Cournoyer <maxim@guixotic.coop>2025-12-30 10:44:10 +0900
commit2473a1aa0f5f33605e404cd8ece6e97fdfe39634 (patch)
treece4559764fca176f5a5471006a1b2cc500cb4a78 /gnu
parent6c345e3108f167bca5f704891b0bd0c5041b161a (diff)
gnu: lutok: Update to 0.6.2.
* gnu/packages/lua.scm (lutok): Update to 0.6.2. Change-Id: I5775b109ae5ead797020a4ac326617f8d2f51e60
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/lua.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm
index 5c840c6938a..4668a81cb1b 100644
--- a/gnu/packages/lua.scm
+++ b/gnu/packages/lua.scm
@@ -931,7 +931,7 @@ on numbers.")
(define-public lutok
(package
(name "lutok")
- (version "0.4")
+ (version "0.6.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -940,13 +940,13 @@ on numbers.")
(file-name (git-file-name name version))
(sha256
(base32
- "0a2vc2wy5hasw69h1mz768ywx6c4ccl9jzzd4ixddwba3z3ha03b"))))
+ "1hk8shp1vkxa09qxaafcfrgc9098cr75n5zc192bv8yjyvz0hvc3"))))
(build-system gnu-build-system)
;; Disable the test suite to avoid a circular dependency on kyua.
(arguments (list #:tests? #f))
(native-inputs (list autoconf automake libtool pkg-config))
(inputs (list atf))
- (propagated-inputs (list lua-5.2)) ;included in c_gate.hpp
+ (propagated-inputs (list lua-5.4)) ;included in c_gate.hpp
(home-page "https://github.com/freebsd/lutok")
(synopsis "Lightweight C++ API for Lua")
(description "Lutok is a lightweight C++ API library for Lua.