From 3dfbb54301097659daf7f35cc210ae161ac7b761 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Thu, 5 Dec 2024 23:58:35 +0000 Subject: [PATCH] gnu: go-github-com-alecthomas-kong: Update to 1.5.1. * gnu/packages/golang-xyz.scm (go-github-com-alecthomas-kong): Update to 1.5.1. Change-Id: I3d78b5682ff0c1f76318bc298e0b9a5dab91e6b5 --- gnu/packages/golang-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index a5147fb6573fdf6295a8197cfd73cbe09d183619..40ebc1b467897ff8b17436a8c9cdc05ab9d153fb 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -691,7 +691,7 @@ be stripped.") (define-public go-github-com-alecthomas-kong (package (name "go-github-com-alecthomas-kong") - (version "0.9.0") + (version "1.5.1") (source (origin (method git-fetch) @@ -700,7 +700,7 @@ be stripped.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0a9arf30h84ll8k612jh50c3vjmvdfj6i7dbvfnw3dalm6dn2aan")))) + (base32 "1b9yns6rgmxjb40rlm6v2pybi25my0760vvp6666vx5da7yg4dg9")))) (build-system go-build-system) (arguments (list