mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
f51aa1f0a3
commit
502e70dd3e
1 changed files with 18 additions and 0 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue