From 42d55657c2f455d8d22c845c9f252ee2b3b0e32f Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 5 Jan 2025 21:34:04 +0000 Subject: 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 --- gnu/packages/golang-xyz.scm | 6 +++--- 1 file 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")))) -- cgit v1.3