gnu: go-github-com-michiwend-gomusicbrainz: Move to golang-xyz.

* gnu/packages/golang.scm (go-github-com-michiwend-gomusicbrainz): Move from here ...
* gnu/packages/golang-xyz.scm: ... to here.

Change-Id: I6d56c558651e788773034cb88b38d5350db0f2c2
This commit is contained in:
Sharlatan Hellseher 2025-01-11 12:56:48 +00:00
parent 78fd44eaa1
commit 68a1d7b9ec
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5
2 changed files with 25 additions and 26 deletions

View file

@ -10162,6 +10162,31 @@ that accepts a format string. It also provides convenience wrappers for
functions in packages @code{fmt} and @code{log}.")
(license license:expat)))
(define-public go-github-com-michiwend-gomusicbrainz
(package
(name "go-github-com-michiwend-gomusicbrainz")
(version "0.0.0-20181012083520-6c07e13dd396")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/michiwend/gomusicbrainz")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "1c13hyv34l5hm7hrwrm62s2414ivx6dbbyhb7rw90bni78q441b1"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/michiwend/gomusicbrainz"))
(propagated-inputs
(list go-github-com-michiwend-golang-pretty))
(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)))
(define-public go-github-com-miolini-datacounter
(package
(name "go-github-com-miolini-datacounter")