[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
138/169: gnu: go-github.com-smartystreets-goconvey: Rename variable.
From: |
guix-commits |
Subject: |
138/169: gnu: go-github.com-smartystreets-goconvey: Rename variable. |
Date: |
Thu, 26 Sep 2024 09:26:12 -0400 (EDT) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 4bcea922e5a9ae14f525c8ecf4006724e505d75c
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Sun Sep 22 14:26:21 2024 +0100
gnu: go-github.com-smartystreets-goconvey: Rename variable.
* gnu/packages/golang-check.scm (go-github.com-smartystreets-goconvey):
Rename variable to go-github-com-smartystreets-goconvey.
* gnu/packages/golang-xyz.scm (go-github-com-polydawn-refmt)
[propagated-inputs]: Remove go-github.com-smartystreets-goconvey; add
go-github-com-smartystreets-goconvey.
* gnu/packages/golang.scm (go-gopkg-in-ini) [native-inputs] Remove
go-github.com-smartystreets-goconvey; add
go-github-com-smartystreets-goconvey.
Change-Id: Ibde73bf974edadb90236a6c0d2dcee6545860e6e
---
gnu/packages/golang-check.scm | 4 ++--
gnu/packages/golang-xyz.scm | 2 +-
gnu/packages/golang.scm | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/golang-check.scm b/gnu/packages/golang-check.scm
index 90c0d8bd8f..7f9fd3499c 100644
--- a/gnu/packages/golang-check.scm
+++ b/gnu/packages/golang-check.scm
@@ -1092,9 +1092,9 @@ execution when a test fails.")
functions for writing tests in Go.")
(license license:expat)))
-(define-public go-github.com-smartystreets-goconvey
+(define-public go-github-com-smartystreets-goconvey
(package
- (name "go-github.com-smartystreets-goconvey")
+ (name "go-github-com-smartystreets-goconvey")
(version "1.6.3")
(source
(origin
diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 2d9fab9b0d..3e0a51928d 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6127,7 +6127,7 @@ Pion}.")
(propagated-inputs
(list go-github-com-urfave-cli
go-github-com-warpfork-go-wish
- go-github.com-smartystreets-goconvey
+ go-github-com-smartystreets-goconvey
go-gopkg-in-yaml-v2))
(home-page "https://github.com/polydawn/refmt/")
(synopsis "Object mapping for Go language")
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index da5eb30778..a51a373341 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -7394,7 +7394,7 @@ aware of your profiles and configuration in
~/.aws/config.")
"1dm9ydqyflasp5li22kb0w73s6kp2swii8naqfhnz64v171gmm5v"))))
(build-system go-build-system)
(native-inputs
- (list go-github.com-smartystreets-goconvey))
+ (list go-github-com-smartystreets-goconvey))
(arguments
'(#:import-path "gopkg.in/ini.v1"
#:phases %standard-phases))
- 122/169: gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix build., (continued)
- 122/169: gnu: go-github-com-nbrownus-go-metrics-prometheus: Fix build., guix-commits, 2024/09/26
- 125/169: build/go: Replace symlinks with a copy of the file., guix-commits, 2024/09/26
- 126/169: gnu: build/go: Apply default 'fix-embed-files phase., guix-commits, 2024/09/26
- 132/169: gnu: go-github-com-aead-chacha20: Fix indentation., guix-commits, 2024/09/26
- 144/169: gnu: go-github-com-sevlyar-go-daemon: Update to 0.1.6., guix-commits, 2024/09/26
- 135/169: gnu: Add go-github-com-xtaci-smux., guix-commits, 2024/09/26
- 137/169: gnu: go-github.com-smartystreets-assertions: Rename variable., guix-commits, 2024/09/26
- 142/169: gnu: Remove go-github-com-smartystreets-assertions., guix-commits, 2024/09/26
- 145/169: gnu: go-github-com-sevlyar-go-daemon: Move to golang-xyz., guix-commits, 2024/09/26
- 150/169: gnu: go-github-com-emersion-go-autostart: Update to 0.0.0-20210130080809-00ed301c8e9a., guix-commits, 2024/09/26
- 138/169: gnu: go-github.com-smartystreets-goconvey: Rename variable.,
guix-commits <=
- 133/169: gnu: go-github-com-shadowsocks-go-shadowsocks2: Update to 0.1.5., guix-commits, 2024/09/26
- 166/169: gnu: go-github-com-tekwizely-go-parsing: Move to golang-xyz., guix-commits, 2024/09/26
- 167/169: gnu: go-github-com-subosito-gotenv: Update to 1.6.0., guix-commits, 2024/09/26
- 168/169: gnu: go-github-com-subosito-gotenv: Move to golang-xyz., guix-commits, 2024/09/26
- 28/169: gnu: go-golang-org-x-term: Update to 0.24.0., guix-commits, 2024/09/26
- 46/169: gnu: kubo: Fix build., guix-commits, 2024/09/26
- 47/169: gnu: go-golang-org-x-tools: Update to 0.25.0., guix-commits, 2024/09/26
- 48/169: gnu: Add go-golang-org-x-telemetry., guix-commits, 2024/09/26
- 52/169: gnu: go-mvdan-cc-xurls: Rename variable., guix-commits, 2024/09/26
- 53/169: gnu: go-github-com-google-renameio: Move to golang-build., guix-commits, 2024/09/26