sharlatan pushed a commit to branch go-team
in repository guix.
commit 1775f91de29e8c7e0531c6ee05fc832fdb919a21
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Jul 19 21:44:47 2024 +0100
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
---
gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 60a2b4de40..4cecefc5a3 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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"