mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: Add go-github-com-stvp-go-udp-testing.
* gnu/packages/golang-check.scm (go-github-com-stvp-go-udp-testing): New variable. Change-Id: I23a507d23cdf419beeba5d44bb6bed6f7f4fcdce
This commit is contained in:
parent
81ff6e5e64
commit
452924fbac
1 changed files with 24 additions and 0 deletions
|
@ -950,6 +950,30 @@ (define-public go-github-com-stretchr-testify-bootstrap
|
|||
(propagated-inputs
|
||||
(list go-gopkg-in-yaml-v3)))))
|
||||
|
||||
(define-public go-github-com-stvp-go-udp-testing
|
||||
(package
|
||||
(name "go-github-com-stvp-go-udp-testing")
|
||||
(version "0.0.0-20201019212854-469649b16807")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/stvp/go-udp-testing")
|
||||
(commit (go-version->git-ref version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "03dzhwnvbshiivbcawaxsl963d8hh18yf3ydvzvhyjgz60g8lxil"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/stvp/go-udp-testing"))
|
||||
(home-page "https://github.com/stvp/go-udp-testing")
|
||||
(synopsis "UDP test helpers for Golang")
|
||||
(description
|
||||
"This package implements UDP test helpers. It lets assert that certain
|
||||
strings must or must not be sent to a given local UDP listener.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public go-github-com-tdewolff-test
|
||||
(package
|
||||
(name "go-github-com-tdewolff-test")
|
||||
|
|
Loading…
Reference in a new issue