[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/25: gnu: go-github-com-google-go-cmp-cmp: Update to 0.5.9.
From: |
guix-commits |
Subject: |
07/25: gnu: go-github-com-google-go-cmp-cmp: Update to 0.5.9. |
Date: |
Mon, 6 Feb 2023 18:06:18 -0500 (EST) |
cbaines pushed a commit to branch master
in repository guix.
commit edace44c4ad0350148e0a7264fb975685d189cf5
Author: Katherine Cox-Buday <cox.katherine.e@gmail.com>
AuthorDate: Tue Jan 17 18:44:52 2023 -0700
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>
---
gnu/packages/golang.scm | 21 ++++++++++-----------
1 file changed, 10 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 4e88ceec0c..c6bd9fa225 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7024,28 +7024,27 @@ colorized or SGR defined output to the standard
output.")
(define-public go-github-com-google-go-cmp-cmp
(package
(name "go-github-com-google-go-cmp-cmp")
- (version "0.5.2")
+ (version "0.5.9")
(source (origin
(method git-fetch)
(uri (git-reference
- (url "https://github.com/google/go-cmp")
- (commit (string-append "v" version))))
+ (url "https://github.com/google/go-cmp")
+ (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
- "0qchy411jm9q2l9mf7x3ry2ycaqp9xdhf2nx14qrpzcxfigv2705"))))
+ "0a13m7l1jrysa7mrlmra8y7n83zcnb23yjyg3a609p8i9lxkh1wm"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/google/go-cmp/cmp"
#:unpack-path "github.com/google/go-cmp"))
- (propagated-inputs
- (list go-golang-org-x-xerrors))
(synopsis "Determine equality of values in Go")
- (description "This package provides a more powerful and safer
-alternative to @code{reflect.DeepEqual} for comparing whether two values
-are semantically equal in Go (for writing tests).")
- (home-page "https://godoc.org/github.com/google/go-cmp/cmp")
- (license license:asl2.0)))
+ (description
+ "This package is intended to be a more powerful and safer
+alternative to @@code{reflect.DeepEqual} for comparing whether two values are
+semantically equal.")
+ (home-page "https://github.com/google/go-cmp")
+ (license license:bsd-3)))
(define-public go-github-com-google-uuid
(package
- branch master updated (2a6cee99b3 -> f3ab5888a0), guix-commits, 2023/02/06
- 07/25: gnu: go-github-com-google-go-cmp-cmp: Update to 0.5.9.,
guix-commits <=
- 21/25: gnu: go-github-com-burntsushi-toml: Update to 1.2.1., guix-commits, 2023/02/06
- 04/25: gnu: Add go-github-com-jba-printsrc., guix-commits, 2023/02/06
- 05/25: gnu: Add go-github-com-google-safehtml., guix-commits, 2023/02/06
- 12/25: gnu: Add xurls., guix-commits, 2023/02/06
- 02/25: gnu: go-golang-org-x-mod: Update to 0.7.0., guix-commits, 2023/02/06
- 11/25: gnu: go-golang-org-x-tools: Update to 0.5.0., guix-commits, 2023/02/06
- 14/25: gnu: Add misspell., guix-commits, 2023/02/06
- 06/25: gnu: Add go-github-com-jba-templatecheck., guix-commits, 2023/02/06
- 13/25: gnu: Add go-mvdan-cc-xurls., guix-commits, 2023/02/06
- 03/25: gnu: Add go-golang-org-x-exp., guix-commits, 2023/02/06