guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 00aff85198b0070c23d261202594fd416a701132
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Jun 8 12:26:58 2025 +0100
gnu: go-github-com-burntsushi-toml: Update to 1.5.0.
* gnu/packages/golang-xyz.scm (go-github-com-burntsushi-toml): Update to
1.5.0.
[arguments] <go>: Use go-1.23.
Change-Id: I3c85d048000f6f7bc74edd1c5092f376efe5a1e8
---
gnu/packages/golang-xyz.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 10ea7019af..bc25793fae 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2746,6 +2746,7 @@ strings into words like a POSIX or Windows shell would.")
(build-system go-build-system)
(arguments
(list
+ #:go go-1.23
#:import-path "github.com/BurntSushi/toml"))
(home-page "https://github.com/BurntSushi/toml")
(synopsis "Toml parser and encoder for Go")