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 @@ indicator to any terminal application.")
(define-public go-github-com-burntsushi-toml (define-public go-github-com-burntsushi-toml
(package (package
(name "go-github-com-burntsushi-toml") (name "go-github-com-burntsushi-toml")
(version "1.2.1") (version "1.4.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1059,7 +1059,7 @@ indicator to any terminal application.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1v9czq4hsyvdz7yx70y6sgq77wmrgfmn09r9cj4w85z38jqnamv7")))) (base32 "1vk0s7pcn80hkx0lcyws509gqs42c8y1rppv05zxiqj0yn2zrjnx"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/BurntSushi/toml")) '(#:import-path "github.com/BurntSushi/toml"))