diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-05 21:34:04 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-01-21 23:47:38 +0000 |
| commit | 42d55657c2f455d8d22c845c9f252ee2b3b0e32f (patch) | |
| tree | 9f901ec33f596eb724b8e522d8ae9a9faba6fc45 /gnu/packages | |
| parent | 88d3e4276b864332d056ad48604732521dbae3cc (diff) | |
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
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/golang-xyz.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm index e5d360e52e3..71e3c818bed 100644 --- a/gnu/packages/golang-xyz.scm +++ b/gnu/packages/golang-xyz.scm @@ -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")))) |
