1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +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:
Sharlatan Hellseher 2025-01-05 21:34:04 +00:00
parent 88d3e4276b
commit 42d55657c2
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4745,16 +4745,16 @@ operations.")
(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")
(version "5.0.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(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))
(sha256
(base32 "1wgw5bzzk5gynqa0j49hxklcfliv2ql7jvpsjh4fn0053rwgs730"))))
(base32 "0mdwqdmqbqmrh21n25nqrv48zkamgw89parcbyp7k2skqk1jkjpf"))))
(arguments
(list
#:import-path "github.com/go-git/go-git-fixtures/v5"))))