mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: go-github-com-go-git-go-git-fixtures-v5: Update to 5.0.0.
* gnu/packages/golang-xyz.scm (go-github-com-go-git-go-git-fixtures-v5): Update to 5.0.0. Change-Id: Ib1d808e1595a17b2a5f260d620bbc2eaf5349d7e
This commit is contained in:
parent
88d3e4276b
commit
42d55657c2
1 changed files with 3 additions and 3 deletions
|
@ -4745,16 +4745,16 @@ operations.")
|
||||||
(package
|
(package
|
||||||
(inherit go-github-com-go-git-go-git-fixtures-v4)
|
(inherit go-github-com-go-git-go-git-fixtures-v4)
|
||||||
(name "go-github-com-go-git-go-git-fixtures-v5")
|
(name "go-github-com-go-git-go-git-fixtures-v5")
|
||||||
(version "5.0.0-20241125094932-6b905c043834")
|
(version "5.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/go-git/go-git-fixtures")
|
(url "https://github.com/go-git/go-git-fixtures")
|
||||||
(commit (go-version->git-ref version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1wgw5bzzk5gynqa0j49hxklcfliv2ql7jvpsjh4fn0053rwgs730"))))
|
(base32 "0mdwqdmqbqmrh21n25nqrv48zkamgw89parcbyp7k2skqk1jkjpf"))))
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/go-git/go-git-fixtures/v5"))))
|
#:import-path "github.com/go-git/go-git-fixtures/v5"))))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue