gnu: go-github.com-smartystreets-assertions: Rename variable.

* gnu/packages/golang-check.scm (go-github.com-smartystreets-assertions):
Rename variable to go-github-com-smartystreets-assertions to follow
current package style.
(go-github.com-smartystreets-goconvey) [propagated-inputs]: Remove
go-github.com-smartystreets-assertions; add
go-github-com-smartystreets-assertions.

Change-Id: Ic25602f52b9d4717a5101648b402f61d1957cb1a
This commit is contained in:
Sharlatan Hellseher 2024-09-22 14:22:31 +01:00
parent 2880519316
commit e20cd0ab90
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1060,9 +1060,9 @@ such as readers and writers that fail after N consecutive reads/writes.")
execution when a test fails.")
(license license:expat)))
(define-public go-github.com-smartystreets-assertions
(define-public go-github-com-smartystreets-assertions
(package
(name "go-github.com-smartystreets-assertions")
(name "go-github-com-smartystreets-assertions")
(version "1.13.0")
(source
(origin
@ -1109,7 +1109,8 @@ 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