mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-google-go-cmp: Update to 0.7.0.
* gnu/packages/golang-build.scm (go-github-com-google-go-cmp): Update to 0.7.0. Change-Id: I1849eba8ba0ba1e63cd04d4763a9ba01deb08adc Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
038257d3b5
commit
c1d54a1eb4
1 changed files with 2 additions and 2 deletions
|
@ -203,7 +203,7 @@ also update a file with new \"golden\" output that is deemed correct.")
|
||||||
(define-public go-github-com-google-go-cmp
|
(define-public go-github-com-google-go-cmp
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-google-go-cmp")
|
(name "go-github-com-google-go-cmp")
|
||||||
(version "0.6.0")
|
(version "0.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -212,7 +212,7 @@ also update a file with new \"golden\" output that is deemed correct.")
|
||||||
(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 "1n1j4hi50bl05pyys4i7y417k9g6k1blslj27z327qny7kkdl2ma"))))
|
(base32 "1cys8lz68za30z5cabvwrpnv2pg1ppqxdncmiz8iy2j624a5kg15"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue