gnu: go-github-com-burntsushi-toml: Update to 1.2.1.
* gnu/packages/golang.scm (go-github-com-burntsushi-toml): Update to 1.2.1. Signed-off-by: Christopher Baines <mail@cbaines.net>master
parent
967ce806f4
commit
90a2ef549b
|
@ -3327,23 +3327,23 @@ loading algorithms.")
|
||||||
(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 "0.3.1")
|
(version "1.2.1")
|
||||||
(source
|
(source (origin
|
||||||
(origin
|
(method git-fetch)
|
||||||
(method git-fetch)
|
(uri (git-reference
|
||||||
(uri (git-reference
|
(url "https://github.com/BurntSushi/toml")
|
||||||
(url "https://github.com/BurntSushi/toml")
|
(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
|
||||||
(base32
|
"1v9czq4hsyvdz7yx70y6sgq77wmrgfmn09r9cj4w85z38jqnamv7"))))
|
||||||
"1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6"))))
|
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/BurntSushi/toml"))
|
'(#:import-path "github.com/BurntSushi/toml"))
|
||||||
(home-page "https://github.com/BurntSushi/toml")
|
(home-page "https://github.com/BurntSushi/toml")
|
||||||
(synopsis "Toml parser and encoder for Go")
|
(synopsis "Toml parser and encoder for Go")
|
||||||
(description "This package is toml parser and encoder for Go. The interface
|
(description
|
||||||
|
"This package is toml parser and encoder for Go. The interface
|
||||||
is similar to Go's standard library @code{json} and @code{xml} package.")
|
is similar to Go's standard library @code{json} and @code{xml} package.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
|
Reference in New Issue