[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/15: gnu: go-github-com-onsi-ginkgo: Refresh package style.
From: |
guix-commits |
Subject: |
08/15: gnu: go-github-com-onsi-ginkgo: Refresh package style. |
Date: |
Thu, 4 Apr 2024 12:42:10 -0400 (EDT) |
sharlatan pushed a commit to branch master
in repository guix.
commit 2ec622961cc46fc3833f4f90610ada19c07f72e1
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Mar 31 11:33:46 2024 +0100
gnu: go-github-com-onsi-ginkgo: Refresh package style.
* gnu/packages/golang-check.scm (go-github-com-onsi-ginkgo)
[arguments]: Place <#:import-path> on new line.
[propagated-inputs]: Sort inputs alphabetically.
Change-Id: I70b7f1838c8d8fc6744ad724ed4b79fdd645f6c4
---
gnu/packages/golang-check.scm | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 6f36615ab0..8ea0c45ff8 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -441,17 +441,17 @@ differently.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "1hh6n7q92y0ai8k6rj2yzw6wwxikhyiyk4j92zgvf1zad0gmqqmz"))))
+ (base32 "1hh6n7q92y0ai8k6rj2yzw6wwxikhyiyk4j92zgvf1zad0gmqqmz"))))
(build-system go-build-system)
(arguments
- (list #:import-path "github.com/onsi/ginkgo"))
+ (list
+ #:import-path "github.com/onsi/ginkgo"))
(propagated-inputs
- (list go-golang-org-x-sys
- go-golang-org-x-tools
- go-github-com-go-task-slim-sprig
+ (list go-github-com-go-task-slim-sprig
go-github-com-nxadm-tail
- go-github-com-onsi-gomega))
+ go-github-com-onsi-gomega
+ go-golang-org-x-sys
+ go-golang-org-x-tools))
(home-page "https://github.com/onsi/ginkgo")
(synopsis "BDD-style testing framework for Go")
(description
- 03/15: gnu: Add go-github-com-onsi-ginkgo-v2., (continued)
- 03/15: gnu: Add go-github-com-onsi-ginkgo-v2., guix-commits, 2024/04/04
- 04/15: gnu: Add go-code-cloudfoundry-org-bytefmt., guix-commits, 2024/04/04
- 05/15: gnu: Add go-github-com-pierrec-lz4., guix-commits, 2024/04/04
- 11/15: gnu: fiano: Refresh package style., guix-commits, 2024/04/04
- 09/15: gnu: go-github-com-onsi-gomega: Move to golang-check., guix-commits, 2024/04/04
- 10/15: gnu: go-github.com-jessevdk-go-flags: Adjust variable name., guix-commits, 2024/04/04
- 14/15: gnu: go-github-com-hashicorp-hcl: Sort alphabetically., guix-commits, 2024/04/04
- 02/15: gnu: Add go-github-com-go-logr-logr., guix-commits, 2024/04/04
- 07/15: gnu: go-github-com-schollz-progressbar-v3: Adjust inputs., guix-commits, 2024/04/04
- 06/15: gnu: go-github-com-schollz-progressbar-v3: Move to golang-xyz., guix-commits, 2024/04/04
- 08/15: gnu: go-github-com-onsi-ginkgo: Refresh package style.,
guix-commits <=
- 12/15: gnu: fiano: Update to 1.2.0., guix-commits, 2024/04/04
- 13/15: gnu: go-github-com-kballard-go-shellquote: Sort alphabetically., guix-commits, 2024/04/04
- 15/15: gnu: go-github-com-hashicorp-hcl-v2: Sort alphabetically., guix-commits, 2024/04/04