guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]