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
This commit is contained in:
Sharlatan Hellseher 2025-06-08 12:26:58 +01:00
parent 87661cea77
commit 43df4054b2
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")