guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 7f1eb08b6a0b63234495ce092315afe9df95292e
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 | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index c41456f909..5d7f04908f 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -2560,7 +2560,7 @@ strings into words like a POSIX or Windows shell would.")
(define-public go-github-com-burntsushi-toml
(package
(name "go-github-com-burntsushi-toml")
- (version "1.4.0")
+ (version "1.5.0")
(source
(origin
(method git-fetch)
@@ -2569,10 +2569,11 @@ strings into words like a POSIX or Windows shell
would.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1vk0s7pcn80hkx0lcyws509gqs42c8y1rppv05zxiqj0yn2zrjnx"))))
+ (base32 "075ay86gn99wlz26x7hp40s4lpc9r026pd2r0ap0pcrvb88inzy1"))))
(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")