[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/19: gnu: go-github-com-stretchr-testify: Remove labels.
From: |
guix-commits |
Subject: |
04/19: gnu: go-github-com-stretchr-testify: Remove labels. |
Date: |
Sun, 22 Oct 2023 22:24:22 -0400 (EDT) |
apteryx pushed a commit to branch master
in repository guix.
commit 1ac7f7d06819b8e79c4adecbfd868009aeaa1e4e
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Oct 19 02:28:57 2023 +0100
gnu: go-github-com-stretchr-testify: Remove labels.
* gnu/packages/golang-check.scm (go-github-com-stretchr-testify): Remove
input lables.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Change-Id: Ibe9dcd7b55681cf6c5b76c44ef03de2e2f02bcd9
---
gnu/packages/golang-check.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 7ca3cf5d64..46a72e4768 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -83,10 +83,10 @@
(arguments
'(#:import-path "github.com/stretchr/testify"))
(propagated-inputs
- `(("github.com/davecgh/go-spew" ,go-github-com-davecgh-go-spew)
- ("github.com/pmezard/go-difflib" ,go-github-com-pmezard-go-difflib)
- ("github.com/stretchr/objx" ,go-github-com-stretchr-objx)
- ("gopkg.in/yaml.v3" ,go-gopkg-in-yaml-v3)))
+ (list go-github-com-davecgh-go-spew
+ go-github-com-pmezard-go-difflib
+ go-github-com-stretchr-objx
+ go-gopkg-in-yaml-v3))
(home-page "https://github.com/stretchr/testify")
(synopsis "Go helper library for tests and invariant checking")
(description "This package provide many tools for testifying that your
- branch master updated (75aba5a746 -> 56742f79c0), guix-commits, 2023/10/22
- 03/19: gnu: go-github-com-jacobsa-oglemock: Move to (gnu packages golang-check), guix-commits, 2023/10/22
- 02/19: gnu: go-github-com-stretchr-testify: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 01/19: gnu: Add (gnu packages golang-check) module., guix-commits, 2023/10/22
- 04/19: gnu: go-github-com-stretchr-testify: Remove labels.,
guix-commits <=
- 06/19: gnu: go-github-com-jacobsa-oglematchers: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 05/19: gnu: go-gopkg-in-check-v1: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 10/19: gnu: go-github-com-jacobsa-ogletest: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 09/19: gnu: go-github-com-tdewolff-test: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 11/19: gnu: go-github-com-google-gofuzz: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 12/19: gnu: go-github-com-cheekybits-is: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 13/19: gnu: go-github-com-frankban-quicktest: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 14/19: gnu: go-github-com-google-go-cmdtest: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 16/19: gnu: go-honnef-co-go-tools: Move to (gnu packages golang-check)., guix-commits, 2023/10/22
- 07/19: gnu: go-github-com-golangplus-testing: Move to (gnu packages golang-check)., guix-commits, 2023/10/22