summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnu/packages/golang.scm14
1 files changed, 6 insertions, 8 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 9f1319d453..98b45428b6 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2162,32 +2162,30 @@ be performed.")
(license license:expat))))
(define-public go-github-com-michiwend-gomusicbrainz
- (let ((commit "0cdeb13f9b24d2c714feb7e3c63d595cf7121d7d")
- (revision "0"))
(package
(name "go-github-com-michiwend-gomusicbrainz")
- (version (git-version "0.0.0" revision commit))
+ (version "0.0.0-20181012083520-6c07e13dd396")
(source
(origin
(method git-fetch)
(uri (git-reference
(url
"https://github.com/michiwend/gomusicbrainz")
- (commit commit)))
+ (commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32
- "1li9daw0kghb80rdmxbh7g72qhxcvx3rvhwq5gs0jrr9hb8pjvcn"))))
+ "1c13hyv34l5hm7hrwrm62s2414ivx6dbbyhb7rw90bni78q441b1"))))
(build-system go-build-system)
- (native-inputs
- (list go-github-com-michiwend-golang-pretty go-github-com-kr-text))
+ (propagated-inputs
+ (list go-github-com-michiwend-golang-pretty))
(arguments
`(#:import-path "github.com/michiwend/gomusicbrainz"))
(home-page "https://github.com/michiwend/gomusicbrainz")
(synopsis "MusicBrainz WS2 client library for Golang")
(description "Currently GoMusicBrainz provides methods to perform search
and lookup requests. Browse requests are not supported yet.")
- (license license:expat))))
+ (license license:expat)))
(define-public go-github-com-wtolson-go-taglib
(let ((commit "6e68349ff94ecea412de7e748cb5eaa26f472777")