[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
21/74: gnu: go-github.com-jtolds-gls: Rename variable.
From: |
guix-commits |
Subject: |
21/74: gnu: go-github.com-jtolds-gls: Rename variable. |
Date: |
Thu, 25 Jul 2024 18:02:22 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 1036a78fa2a51d22063e6c66e237b48eecd33e7a
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sat Jul 20 18:29:01 2024 +0100
gnu: go-github.com-jtolds-gls: Rename variable.
* gnu/packages/golang.scm (go-github.com-jtolds-gls): Rename variable to
go-github-com-jtolds-gls to follow importer style.
* gnu/packages/golang-check.scm (go-github.com-smartystreets-goconvey):
[propagated-inputs]: Remove go-github.com-jtolds-gls; add
go-github-com-jtolds-gls.
Change-Id: I5a3e1e77e646ff37421bdb8f7aab8d881a646999
---
gnu/packages/golang-check.scm | 2 +-
gnu/packages/golang.scm | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index b4e85349fb..8aaad3967c 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -996,7 +996,7 @@ functions for writing tests in Go.")
(arguments
'(#:import-path "github.com/smartystreets/goconvey"))
(propagated-inputs
- (list go-github.com-jtolds-gls go-github.com-smartystreets-assertions))
+ (list go-github-com-jtolds-gls go-github.com-smartystreets-assertions))
(home-page "https://github.com/smartystreets/goconvey")
(synopsis "Go testing tool with both a web and terminal user interface")
(description "GoConvey is a testing tool for Go. It integrates with go
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 92c0d0edbd..f83e62b44c 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3048,9 +3048,9 @@ termination.")
"t.Fatalf(`Killf(\"BO%%s")))))))
(home-page "https://gopkg.in/tomb.v1")))
-(define-public go-github.com-jtolds-gls
+(define-public go-github-com-jtolds-gls
(package
- (name "go-github.com-jtolds-gls")
+ (name "go-github-com-jtolds-gls")
(version "4.20")
(source (origin
(method git-fetch)
- 02/74: gnu: go-golang-org-x-oauth2: Improve package style., (continued)
- 02/74: gnu: go-golang-org-x-oauth2: Improve package style., guix-commits, 2024/07/25
- 05/74: gnu: go-github-com-google-go-cmp-cmp: Update to 0.6.0., guix-commits, 2024/07/25
- 14/74: gnu: go-github-com-stretchr-testify: Update to 1.9.0., guix-commits, 2024/07/25
- 31/74: gnu: scc: Update to 3.3.5., guix-commits, 2024/07/25
- 38/74: gnu: Add go-github-com-munnerz-goautoneg., guix-commits, 2024/07/25
- 48/74: gnu: go-github-com-beorn7-perks-quantile: Rename variable., guix-commits, 2024/07/25
- 53/74: gnu: kubo: Add missing input., guix-commits, 2024/07/25
- 58/74: gnu: go-github-com-prometheus-procfs: Update to 0.15.1., guix-commits, 2024/07/25
- 16/74: gnu: go-golang-org-sql-mock: Refresh package style., guix-commits, 2024/07/25
- 22/74: gnu: go-go-uber-org-goleak: Update to 1.3.0., guix-commits, 2024/07/25
- 21/74: gnu: go-github.com-jtolds-gls: Rename variable.,
guix-commits <=
- 29/74: gnu: go-github-com-aws-aws-sdk-go: Enable all tests., guix-commits, 2024/07/25
- 34/74: gnu: go-github-com-prometheus-client-model: Update to 0.6.1., guix-commits, 2024/07/25