guix_mirror_bot pushed a commit to branch go-team in repository guix. commit 58e8b4a37b1e2a94895bdf1147232cb8514616c1 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Wed Jun 11 19:08:03 2025 +0100
gnu: go-zgo-at-zli: Update to 0.0.0-20250601161843-debde58580f1. * gnu/packages/golang-xyz.scm (go-zgo-at-zli): Update to 0.0.0-20250601161843-debde58580f1. [arguments] <go>: Use go-1.23. Change-Id: Ib7689861631368b6c97b23a9ebd59125f9b455c2 --- gnu/packages/golang-xyz.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 1a603ac9fe..d8a3f37ab8 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -20825,7 +20825,7 @@ terminals.") (define-public go-zgo-at-zli (package (name "go-zgo-at-zli") - (version "0.0.0-20240922172047-d7bc84b1106f") + (version "0.0.0-20250601161843-debde58580f1") (source (origin (method git-fetch) @@ -20834,10 +20834,11 @@ terminals.") (commit (go-version->git-ref version)))) (file-name (git-file-name name version)) (sha256 - (base32 "110kwhydj6bzwqk7amkm9xgr3apx2bq6frlqb5yxds8cj5y25jks")))) + (base32 "120nlnxhzdmk1lh7cfgajkl85n8mfd00cn5csyislris9q2n2rxb")))) (build-system go-build-system) (arguments (list + #:go go-1.23 #:import-path "zgo.at/zli")) (home-page "https://github.com/arp242/zli") (synopsis "Go library for writing command line interface programs")