gnu: go-github-com-alecthomas-kong: Update to 1.12.1.

* gnu/packages/golang-xyz.scm (go-github-com-alecthomas-kong): Update to 1.12.1.

Change-Id: I89f6834a25c9f051e072027ddf8b3d12ae6ae3cd
This commit is contained in:
Sharlatan Hellseher 2025-09-11 12:13:04 +01:00
parent 11ad0901a4
commit 275f5d9628
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1216,7 +1216,7 @@ be stripped.")
(define-public go-github-com-alecthomas-kong (define-public go-github-com-alecthomas-kong
(package (package
(name "go-github-com-alecthomas-kong") (name "go-github-com-alecthomas-kong")
(version "1.5.1") (version "1.12.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1225,12 +1225,10 @@ be stripped.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1b9yns6rgmxjb40rlm6v2pybi25my0760vvp6666vx5da7yg4dg9")))) (base32 "0rx1vab7azz9f8xm044dlvx24dqggh25fjq1sxx4mizgvr28yjgq"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
;; One test failed when set to go-1.18 o lower, see
;; <https://github.com/alecthomas/kong/issues/437>
#:import-path "github.com/alecthomas/kong")) #:import-path "github.com/alecthomas/kong"))
(native-inputs (native-inputs
(list go-github-com-alecthomas-assert-v2)) (list go-github-com-alecthomas-assert-v2))