From 275f5d962830292cef65fcd1c6d6187d5e6fae35 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 11 Sep 2025 12:13:04 +0100 Subject: [PATCH] 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 --- gnu/packages/golang-xyz.scm | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 5c2d9c0aad353884d8771ff0d54ae883dafefc91..afa89f1513e7d666645c832d5e23c3fab1cdf240 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -1216,7 +1216,7 @@ be stripped.") (define-public go-github-com-alecthomas-kong (package (name "go-github-com-alecthomas-kong") - (version "1.5.1") + (version "1.12.1") (source (origin (method git-fetch) @@ -1225,12 +1225,10 @@ be stripped.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1b9yns6rgmxjb40rlm6v2pybi25my0760vvp6666vx5da7yg4dg9")))) + (base32 "0rx1vab7azz9f8xm044dlvx24dqggh25fjq1sxx4mizgvr28yjgq")))) (build-system go-build-system) (arguments (list - ;; One test failed when set to go-1.18 o lower, see - ;; #:import-path "github.com/alecthomas/kong")) (native-inputs (list go-github-com-alecthomas-assert-v2))