gnu: go-github-com-google-go-cmp-cmp: Update to 0.5.2.
* gnu/packages/golang.scm: (go-github-com-google-go-cmp-cmp): Update to 0.5.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									560eec4010
								
							
						
					
					
						commit
						00c0bfd4f7
					
				
					 1 changed files with 4 additions and 2 deletions
				
			
		|  | @ -3993,7 +3993,7 @@ 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.3.1") |     (version "0.5.2") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method git-fetch) |               (method git-fetch) | ||||||
|               (uri (git-reference |               (uri (git-reference | ||||||
|  | @ -4002,11 +4002,13 @@ colorized or SGR defined output to the standard output.") | ||||||
|               (file-name (git-file-name name version)) |               (file-name (git-file-name name version)) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "1caw49i0plkjxir7kdf5qhwls3krqwfmi7g4h392rdfwi3kfahx1")))) |                 "0qchy411jm9q2l9mf7x3ry2ycaqp9xdhf2nx14qrpzcxfigv2705")))) | ||||||
|     (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 | ||||||
|  |      `(("go-golang-org-x-xerrors" ,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 "This package provides a more powerful and safer | ||||||
| alternative to @code{reflect.DeepEqual} for comparing whether two values | alternative to @code{reflect.DeepEqual} for comparing whether two values | ||||||
|  |  | ||||||
		Reference in a new issue