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-google-go-cmp-cmp: Update to 0.6.0.

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

Change-Id: I351367d34d02ae6459a83e29c40fcfd14945fb8d
This commit is contained in:
Sharlatan Hellseher 2024-07-19 21:44:47 +01:00
parent 123dcb2f31
commit 1775f91de2
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -5932,7 +5932,7 @@ filters for Go.")
(define-public go-github-com-google-go-cmp-cmp
(package
(name "go-github-com-google-go-cmp-cmp")
(version "0.5.9")
(version "0.6.0")
(source (origin
(method git-fetch)
(uri (git-reference
@ -5941,7 +5941,7 @@ filters for Go.")
(file-name (git-file-name name version))
(sha256
(base32
"0a13m7l1jrysa7mrlmra8y7n83zcnb23yjyg3a609p8i9lxkh1wm"))))
"1n1j4hi50bl05pyys4i7y417k9g6k1blslj27z327qny7kkdl2ma"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/google/go-cmp/cmp"