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:
Leo Famulari 2019-04-01 15:49:38 -04:00
parent 413f61265e
commit 0e55864036
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -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
"a368813c5e648fee92e5f6c30e3944ff9d5e8895")
(revision "0"))
(package (package
(name "go-github-com-burntsushi-toml") (name "go-github-com-burntsushi-toml")
(version (git-version "0.0.0" revision commit)) (version "0.3.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/BurntSushi/toml.git") (url "https://github.com/BurntSushi/toml.git")
(commit commit))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1sjxs2lwc8jpln80s4rlzp7nprbcljhy5mz4rf9995gq93wqnym5")))) "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 (description "This package is toml parser and encoder for Go. The interface
interface is similar to Go's standard library @code{json} and @code{xml} is similar to Go's standard library @code{json} and @code{xml} package.")
package.") (license license:expat)))
(license license:expat))))
(define-public go-github-com-getsentry-raven-go (define-public go-github-com-getsentry-raven-go
(let ((commit (let ((commit