mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 03:50:45 +02:00
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:
parent
13e0dc141f
commit
acdc473e0f
1 changed files with 2 additions and 2 deletions
|
@ -1050,7 +1050,7 @@ indicator to any terminal application.")
|
|||
(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 @@ indicator to any terminal application.")
|
|||
(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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue