gnu: go-github-com-burntsushi-toml: Update to 0.3.1.
* gnu/packages/golang.scm (go-github-com-burntsushi-toml): Update to 0.3.1.
This commit is contained in:
parent
413f61265e
commit
0e55864036
|
@ -1383,31 +1383,27 @@ systems.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public go-github-com-burntsushi-toml
|
(define-public go-github-com-burntsushi-toml
|
||||||
(let ((commit
|
(package
|
||||||
"a368813c5e648fee92e5f6c30e3944ff9d5e8895")
|
(name "go-github-com-burntsushi-toml")
|
||||||
(revision "0"))
|
(version "0.3.1")
|
||||||
(package
|
(source
|
||||||
(name "go-github-com-burntsushi-toml")
|
(origin
|
||||||
(version (git-version "0.0.0" revision commit))
|
(method git-fetch)
|
||||||
(source
|
(uri (git-reference
|
||||||
(origin
|
(url "https://github.com/BurntSushi/toml.git")
|
||||||
(method git-fetch)
|
(commit (string-append "v" version))))
|
||||||
(uri (git-reference
|
(file-name (git-file-name name version))
|
||||||
(url "https://github.com/BurntSushi/toml.git")
|
(sha256
|
||||||
(commit commit)))
|
(base32
|
||||||
(file-name (git-file-name name version))
|
"1fjdwwfzyzllgiwydknf1pwjvy49qxfsczqx5gz3y0izs7as99j6"))))
|
||||||
(sha256
|
(build-system go-build-system)
|
||||||
(base32
|
(arguments
|
||||||
"1sjxs2lwc8jpln80s4rlzp7nprbcljhy5mz4rf9995gq93wqnym5"))))
|
'(#:import-path "github.com/BurntSushi/toml"))
|
||||||
(build-system go-build-system)
|
(home-page "https://github.com/BurntSushi/toml")
|
||||||
(arguments
|
(synopsis "Toml parser and encoder for Go")
|
||||||
'(#:import-path "github.com/BurntSushi/toml"))
|
(description "This package is toml parser and encoder for Go. The interface
|
||||||
(home-page "https://github.com/BurntSushi/toml")
|
is similar to Go's standard library @code{json} and @code{xml} package.")
|
||||||
(synopsis "Toml parser and encoder for Go")
|
(license license:expat)))
|
||||||
(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.")
|
|
||||||
(license license:expat))))
|
|
||||||
|
|
||||||
(define-public go-github-com-getsentry-raven-go
|
(define-public go-github-com-getsentry-raven-go
|
||||||
(let ((commit
|
(let ((commit
|
||||||
|
|
Loading…
Reference in New Issue