gnu: go-github-com-google-go-cmp: Update to 0.7.0.

* gnu/packages/golang-build.scm (go-github-com-google-go-cmp): Update to 0.7.0.

Change-Id: I1849eba8ba0ba1e63cd04d4763a9ba01deb08adc
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Maxim Cournoyer 2025-06-02 09:00:17 +09:00 committed by Sharlatan Hellseher
parent 038257d3b5
commit c1d54a1eb4
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -203,7 +203,7 @@ also update a file with new \"golden\" output that is deemed correct.")
(define-public go-github-com-google-go-cmp (define-public go-github-com-google-go-cmp
(package (package
(name "go-github-com-google-go-cmp") (name "go-github-com-google-go-cmp")
(version "0.6.0") (version "0.7.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -212,7 +212,7 @@ also update a file with new \"golden\" output that is deemed correct.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1n1j4hi50bl05pyys4i7y417k9g6k1blslj27z327qny7kkdl2ma")))) (base32 "1cys8lz68za30z5cabvwrpnv2pg1ppqxdncmiz8iy2j624a5kg15"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list