[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/45: gnu: go-github-com-michiwend-gomusicbrainz: Update to 0.0.0-20181
From: |
guix-commits |
Subject: |
08/45: gnu: go-github-com-michiwend-gomusicbrainz: Update to 0.0.0-20181012083520-6c07e13dd396. |
Date: |
Sat, 11 Jan 2025 18:19:10 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 36456d0d46f2a23e562a44de59b5bc7afae8d27f
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jan 11 12:55:47 2025 +0000
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
---
gnu/packages/golang.scm | 14 ++++++--------
1 file 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")
- branch go-team updated (03940fc229 -> ec755acbc8), guix-commits, 2025/01/11
- 08/45: gnu: go-github-com-michiwend-gomusicbrainz: Update to 0.0.0-20181012083520-6c07e13dd396.,
guix-commits <=
- 03/45: gnu: go-mvdan-cc-gofumpt: Swap inheritance with gofumpt., guix-commits, 2025/01/11
- 10/45: gnu: go-github-com-rubyist-tracerx: Update to 0.0.0-20170927163412-787959303086., guix-commits, 2025/01/11
- 12/45: gnu: go-github-com-shurcool-sanitized-anchor-name: Move to golang-xyz., guix-commits, 2025/01/11
- 15/45: gnu: go-github-com-golang-freetype: Move to golang-xyz., guix-commits, 2025/01/11
- 17/45: gnu: go-github-com-gedex-inflector: Move to golang-xyz., guix-commits, 2025/01/11
- 02/45: gnu: Remove go-gopkg-in-errgo-v2., guix-commits, 2025/01/11
- 04/45: gnu: go-mvdan-cc-gofumpt: Move to golang-xyz., guix-commits, 2025/01/11
- 01/45: gnu: gofumpt: Update to 0.7.0., guix-commits, 2025/01/11
- 11/45: gnu: go-github-com-rubyist-tracerx: Move to golang-check., guix-commits, 2025/01/11
- 07/45: gnu: go-github-com-michiwend-golang-pretty: Move to golang-xyz., guix-commits, 2025/01/11