[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#49221] [PATCH 11/13] gnu: go-gopkg-in-check-v1: Update to latest.
From: |
Sarah Morgensen |
Subject: |
[bug#49221] [PATCH 11/13] gnu: go-gopkg-in-check-v1: Update to latest. |
Date: |
Fri, 25 Jun 2021 00:21:04 -0700 |
* gnu/packages/golang.scm (go-gopkg-in-check-v1): Update to latest, fix
license.
---
gnu/packages/golang.scm | 46 ++++++++++++++++++++---------------------
1 file changed, 22 insertions(+), 24 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 3170e11925..369bfc271c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2339,30 +2339,28 @@ which satisfies the cron expression.")
license:asl2.0)))))
(define-public go-gopkg-in-check-v1
- (let ((commit "788fd78401277ebd861206a03c884797c6ec5541")
- (revision "1"))
- (package
- (name "go-gopkg-in-check-v1")
- (version (git-version "1.0.0" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/go-check/check")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "0v3bim0j375z81zrpr5qv42knqs0y2qv2vkjiqi5axvb78slki1a"))))
- (build-system go-build-system)
- (arguments
- '(#:import-path "gopkg.in/check.v1"))
- (propagated-inputs
- `(("go-github-com-kr-pretty" ,go-github-com-kr-pretty)))
- (home-page "https://gopkg.in/check.v1")
- (synopsis "Test framework for the Go language")
- (description "This package provides a test library for the Go language.")
- (license license:asl2.0))))
+ (package
+ (name "go-gopkg-in-check-v1")
+ (version "1.0.0-20201130134442-10cb98267c6c")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/go-check/check")
+ (commit (go-version->git-ref version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "1jwxndf8rsyx0fgrp47d99rp55yzssmryb92jfj3yf7zd8rjjljn"))))
+ (build-system go-build-system)
+ (arguments
+ '(#:import-path "gopkg.in/check.v1"))
+ (propagated-inputs
+ `(("go-github-com-kr-pretty" ,go-github-com-kr-pretty)))
+ (home-page "https://gopkg.in/check.v1")
+ (synopsis "Test framework for the Go language")
+ (description "This package provides a test library for the Go language.")
+ (license license:bsd-2)))
(define-public go-gopkg-in-ini-v1
(package
--
2.31.1
- [bug#49221] [PATCH 04/13] gnu: go-github-com-pelletier-go-toml: Update to 1.9.3., (continued)
- [bug#49221] [PATCH 04/13] gnu: go-github-com-pelletier-go-toml: Update to 1.9.3., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 07/13] gnu: go-github-com-dlclark-regexp2: Update to 1.4.0., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 09/13] gnu: go-github-com-bmatcuk-doublestar: Remove test incompatible with go-1.16., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 06/13] gnu: go-github-com-magiconair-properties: Update to 1.8.5., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 10/13] gnu: restic: Patch tests for go-1.16., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 12/13] gnu: go-etcd-io-bbolt: Update to 1.3.6., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 05/13] gnu: go-github-com-masterminds-goutils: Update to 1.1.1., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 08/13] gnu: earlyoom: Patch tests for go-1.16., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 03/13] gnu: go-github-com-sergi-go-diff: Update to 1.2.0., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 13/13] gnu: Add go-1.16., Sarah Morgensen, 2021/06/25
- [bug#49221] [PATCH 11/13] gnu: go-gopkg-in-check-v1: Update to latest.,
Sarah Morgensen <=
- [bug#49221] [PATCH 00/13] Add go-1.16 and build with gccgo, Efraim Flashner, 2021/06/28