diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-11 19:08:03 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-26 19:55:45 +0200 |
commit | 8c7f6fb22c3de23f56bb228b52c040cd1846ba89 (patch) | |
tree | 1e311cd6a48a7a4ea20422fbe71ddcf6d345ff47 | |
parent | e4a44a14a250e51c005d7be22d3ef05bd83f0005 (diff) |
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
-rw-r--r-- | gnu/packages/golang-xyz.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index 507233ccaa..d7b5fb6c4f 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -22705,7 +22705,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) @@ -22714,10 +22714,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") |