summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-06-25 11:20:10 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-06-25 11:20:21 +0100
commitb7a481bdc14a9f2c36ed88e58dacda5f0bd180db (patch)
tree4237c8a1a9b8ac0188618c9790734bfac8805ba6 /gnu
parent3655edb2a18502bb61d0f3cb7002ed65edc1ea57 (diff)
gnu: go-github-com-yuin-gopher-lua: Update to 1.1.2.
* gnu/packages/golang-xyz.scm (go-github-com-yuin-gopher-lua): Update to 1.1.2. (glua): Refresh style.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/golang-xyz.scm7
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 4768e22a712..abd4ffaf5b2 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -30399,7 +30399,7 @@ defining document metadata in the YAML format.")
30399(define-public go-github-com-yuin-gopher-lua 30399(define-public go-github-com-yuin-gopher-lua
30400 (package 30400 (package
30401 (name "go-github-com-yuin-gopher-lua") 30401 (name "go-github-com-yuin-gopher-lua")
30402 (version "1.1.1") 30402 (version "1.1.2")
30403 (source 30403 (source
30404 (origin 30404 (origin
30405 (method git-fetch) 30405 (method git-fetch)
@@ -30408,7 +30408,7 @@ defining document metadata in the YAML format.")
30408 (commit (string-append "v" version)))) 30408 (commit (string-append "v" version))))
30409 (file-name (git-file-name name version)) 30409 (file-name (git-file-name name version))
30410 (sha256 30410 (sha256
30411 (base32 "0bvmd6kywbwzcpdqmmk6gjzrc2x4q24q1p25si4sm0s18kfqnmap")))) 30411 (base32 "13y49fs389xasgv7v64bwyk76yjl6k1f35qs8sqq1aw2vfy1wfxj"))))
30412 (build-system go-build-system) 30412 (build-system go-build-system)
30413 (arguments 30413 (arguments
30414 (list 30414 (list
@@ -35055,8 +35055,7 @@ metadata and/or configuration.")))
35055 (package/inherit go-github-com-yuin-gopher-lua 35055 (package/inherit go-github-com-yuin-gopher-lua
35056 (name "glua") 35056 (name "glua")
35057 (arguments 35057 (arguments
35058 (substitute-keyword-arguments 35058 (substitute-keyword-arguments arguments
35059 (package-arguments go-github-com-yuin-gopher-lua)
35060 ((#:tests? _ #t) #f) 35059 ((#:tests? _ #t) #f)
35061 ((#:install-source? _ #t) #f) 35060 ((#:install-source? _ #t) #f)
35062 ((#:import-path _) "github.com/yuin/gopher-lua/cmd/glua") 35061 ((#:import-path _) "github.com/yuin/gopher-lua/cmd/glua")