gnu: go-gopkg-in-check-v1: Update to 1.0.0-20201130134442-10cb98267c6c.

* gnu/packages/golang.scm (go-gopkg-in-check-v1): Update to
1.0.0-20201130134442-10cb98267c6c.
[license]: Correct license.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Sarah Morgensen 2021-06-25 00:21:04 -07:00 committed by Efraim Flashner
parent 759aa3f062
commit 4a72b9875a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -3504,30 +3504,28 @@ which satisfies the cron expression.")
license:asl2.0))))) license:asl2.0)))))
(define-public go-gopkg-in-check-v1 (define-public go-gopkg-in-check-v1
(let ((commit "788fd78401277ebd861206a03c884797c6ec5541") (package
(revision "1")) (name "go-gopkg-in-check-v1")
(package (version "1.0.0-20201130134442-10cb98267c6c")
(name "go-gopkg-in-check-v1") (source
(version (git-version "1.0.0" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://github.com/go-check/check")
(uri (git-reference (commit (go-version->git-ref version))))
(url "https://github.com/go-check/check") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "1jwxndf8rsyx0fgrp47d99rp55yzssmryb92jfj3yf7zd8rjjljn"))))
(base32 (build-system go-build-system)
"0v3bim0j375z81zrpr5qv42knqs0y2qv2vkjiqi5axvb78slki1a")))) (arguments
(build-system go-build-system) '(#:import-path "gopkg.in/check.v1"))
(arguments (propagated-inputs
'(#:import-path "gopkg.in/check.v1")) `(("go-github-com-kr-pretty" ,go-github-com-kr-pretty)))
(propagated-inputs (home-page "https://gopkg.in/check.v1")
`(("go-github-com-kr-pretty" ,go-github-com-kr-pretty))) (synopsis "Test framework for the Go language")
(home-page "https://gopkg.in/check.v1") (description "This package provides a test library for the Go language.")
(synopsis "Test framework for the Go language") (license license:bsd-2)))
(description "This package provides a test library for the Go language.")
(license license:asl2.0))))
(define-public go-gopkg-in-ini-v1 (define-public go-gopkg-in-ini-v1
(package (package