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
This commit is contained in:
Sharlatan Hellseher 2024-12-05 23:58:35 +00:00
parent bbcd2074f0
commit 3dfbb54301
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -691,7 +691,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 "0.9.0") (version "1.5.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -700,7 +700,7 @@ 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 "0a9arf30h84ll8k612jh50c3vjmvdfj6i7dbvfnw3dalm6dn2aan")))) (base32 "1b9yns6rgmxjb40rlm6v2pybi25my0760vvp6666vx5da7yg4dg9"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list