gnu: Add go-github-com-go-git-go-git-fixtures-v5.

* gnu/packages/golang-xyz.scm (go-github-com-go-git-go-git-fixtures-v5): New variable.

Change-Id: I6be9e5cf8087f8fb252ae5c999f737b7c5208dd9
This commit is contained in:
Sharlatan Hellseher 2024-12-15 12:27:06 +00:00
parent f51aa1f0a3
commit 502e70dd3e
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3823,6 +3823,24 @@ operations.")
"This package provides fixtures used by @code{go-git}.") "This package provides fixtures used by @code{go-git}.")
(license license:asl2.0))) (license license:asl2.0)))
(define-public go-github-com-go-git-go-git-fixtures-v5
(package
(inherit go-github-com-go-git-go-git-fixtures-v4)
(name "go-github-com-go-git-go-git-fixtures-v5")
(version "5.0.0-20241125094932-6b905c043834")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/go-git/go-git-fixtures")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "1wgw5bzzk5gynqa0j49hxklcfliv2ql7jvpsjh4fn0053rwgs730"))))
(arguments
(list
#:import-path "github.com/go-git/go-git-fixtures/v5"))))
(define-public go-github-com-go-kit-log (define-public go-github-com-go-kit-log
(package (package
(name "go-github-com-go-kit-log") (name "go-github-com-go-kit-log")