diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-09-22 14:26:21 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-09 21:33:52 +0000 |
commit | ac856615f8d6aecf23a0dcc758a98e86a671d9e7 (patch) | |
tree | a425ddd3c1b273b907ff5d391dd31cb0109462b3 /gnu/packages/golang-check.scm | |
parent | e20cd0ab90b46bcaefc8e406a3c0fd6a92407c78 (diff) | |
download | guix-ac856615f8d6aecf23a0dcc758a98e86a671d9e7.tar.gz guix-ac856615f8d6aecf23a0dcc758a98e86a671d9e7.zip |
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
Diffstat (limited to 'gnu/packages/golang-check.scm')
-rw-r--r-- | gnu/packages/golang-check.scm | 4 |
1 files changed, 2 insertions, 2 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 |