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

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

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
Katherine Cox-Buday 2023-01-17 18:44:52 -07:00 committed by Christopher Baines
parent ed4effffd2
commit edace44c4a
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -7024,28 +7024,27 @@ colorized or SGR defined output to the standard output.")
(define-public go-github-com-google-go-cmp-cmp (define-public go-github-com-google-go-cmp-cmp
(package (package
(name "go-github-com-google-go-cmp-cmp") (name "go-github-com-google-go-cmp-cmp")
(version "0.5.2") (version "0.5.9")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/google/go-cmp") (url "https://github.com/google/go-cmp")
(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 (base32
"0qchy411jm9q2l9mf7x3ry2ycaqp9xdhf2nx14qrpzcxfigv2705")))) "0a13m7l1jrysa7mrlmra8y7n83zcnb23yjyg3a609p8i9lxkh1wm"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/google/go-cmp/cmp" '(#:import-path "github.com/google/go-cmp/cmp"
#:unpack-path "github.com/google/go-cmp")) #:unpack-path "github.com/google/go-cmp"))
(propagated-inputs
(list go-golang-org-x-xerrors))
(synopsis "Determine equality of values in Go") (synopsis "Determine equality of values in Go")
(description "This package provides a more powerful and safer (description
alternative to @code{reflect.DeepEqual} for comparing whether two values "This package is intended to be a more powerful and safer
are semantically equal in Go (for writing tests).") alternative to @@code{reflect.DeepEqual} for comparing whether two values are
(home-page "https://godoc.org/github.com/google/go-cmp/cmp") semantically equal.")
(license license:asl2.0))) (home-page "https://github.com/google/go-cmp")
(license license:bsd-3)))
(define-public go-github-com-google-uuid (define-public go-github-com-google-uuid
(package (package