guix_mirror_bot pushed a commit to branch go-team in repository guix. commit d6897ca5812573a83768d7cba2e18a985e646063 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Tue May 27 21:48:55 2025 +0100
gnu: Add go-github-com-hugelgupf-socketpair. * gnu/packages/golang-web.scm (go-github-com-hugelgupf-socketpair): New variable. Change-Id: I1f6064304012c7b1ac759e93570186288fbdf898 --- gnu/packages/golang-web.scm | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 6ed073a828..638aa546f7 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -4333,6 +4333,31 @@ user interface for humans, to read and edit before passing the JSON data to the machine.") (license license:expat))) +(define-public go-github-com-hugelgupf-socketpair + (package + (name "go-github-com-hugelgupf-socketpair") + (version "0.0.0-20240723164047-9246f217b3fc") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/hugelgupf/socketpair") + (commit (go-version->git-ref version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1pdaanxirsnw9d63mz3867q8vgfh51099zzm4mm6ngv8a14zxzcl")))) + (build-system go-build-system) + (arguments + (list + #:import-path "github.com/hugelgupf/socketpair")) + (home-page "https://github.com/hugelgupf/socketpair") + (synopsis "Bidirectionally connected Conns") + (description + "This provides bidirectionally connected @code{net.Conns}, +@code{net.PacketConns} made from socketpair(2) as well as bidirectionally +connected @code{net.TCPConns}.") + (license license:bsd-3))) + (define-public go-github-com-huin-goupnp (package (name "go-github-com-huin-goupnp")