gnu: go-github-com-burntsushi-toml: Update to 1.4.0.

* gnu/packages/golang-xyz.scm (go-github-com-burntsushi-toml): Update to 1.4.0.

Change-Id: I1d8e50f09a31c9a642672b80e7430f9de2b77acc
This commit is contained in:
Sharlatan Hellseher 2024-07-21 11:25:14 +01:00
parent 13e0dc141f
commit acdc473e0f
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1050,7 +1050,7 @@ (define-public go-github-com-briandowns-spinner
(define-public go-github-com-burntsushi-toml
(package
(name "go-github-com-burntsushi-toml")
(version "1.2.1")
(version "1.4.0")
(source
(origin
(method git-fetch)
@ -1059,7 +1059,7 @@ (define-public go-github-com-burntsushi-toml
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1v9czq4hsyvdz7yx70y6sgq77wmrgfmn09r9cj4w85z38jqnamv7"))))
(base32 "1vk0s7pcn80hkx0lcyws509gqs42c8y1rppv05zxiqj0yn2zrjnx"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/BurntSushi/toml"))