1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-15 11:30:44 +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:
Sharlatan Hellseher 2025-01-11 12:55:47 +00:00
parent 3f1a4f4d85
commit 78fd44eaa1
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")