mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-16 12:00:35 +02:00
gnu: go-github-com-michiwend-gomusicbrainz: Update to 0.0.0-20181012083520-6c07e13dd396.
* gnu/packages/golang.scm (go-github-com-michiwend-gomusicbrainz): Update to 0.0.0-20181012083520-6c07e13dd396. [propagated-inputs]: Add go-github-com-michiwend-golang-pretty. [native-inputs]: Remove go-github-com-michiwend-golang-pretty and go-github-com-kr-text. Change-Id: I19f642a9226d864a84668012aebfba211b39b3de
This commit is contained in:
parent
3f1a4f4d85
commit
78fd44eaa1
1 changed files with 6 additions and 8 deletions
|
@ -2162,32 +2162,30 @@ be performed.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-github-com-michiwend-gomusicbrainz
|
(define-public go-github-com-michiwend-gomusicbrainz
|
||||||
(let ((commit "0cdeb13f9b24d2c714feb7e3c63d595cf7121d7d")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-michiwend-gomusicbrainz")
|
(name "go-github-com-michiwend-gomusicbrainz")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "0.0.0-20181012083520-6c07e13dd396")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url
|
(url
|
||||||
"https://github.com/michiwend/gomusicbrainz")
|
"https://github.com/michiwend/gomusicbrainz")
|
||||||
(commit commit)))
|
(commit (go-version->git-ref version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1li9daw0kghb80rdmxbh7g72qhxcvx3rvhwq5gs0jrr9hb8pjvcn"))))
|
"1c13hyv34l5hm7hrwrm62s2414ivx6dbbyhb7rw90bni78q441b1"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(native-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-michiwend-golang-pretty go-github-com-kr-text))
|
(list go-github-com-michiwend-golang-pretty))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/michiwend/gomusicbrainz"))
|
`(#:import-path "github.com/michiwend/gomusicbrainz"))
|
||||||
(home-page "https://github.com/michiwend/gomusicbrainz")
|
(home-page "https://github.com/michiwend/gomusicbrainz")
|
||||||
(synopsis "MusicBrainz WS2 client library for Golang")
|
(synopsis "MusicBrainz WS2 client library for Golang")
|
||||||
(description "Currently GoMusicBrainz provides methods to perform search
|
(description "Currently GoMusicBrainz provides methods to perform search
|
||||||
and lookup requests. Browse requests are not supported yet.")
|
and lookup requests. Browse requests are not supported yet.")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-wtolson-go-taglib
|
(define-public go-github-com-wtolson-go-taglib
|
||||||
(let ((commit "6e68349ff94ecea412de7e748cb5eaa26f472777")
|
(let ((commit "6e68349ff94ecea412de7e748cb5eaa26f472777")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue