gnu: Add go-github-com-quic-go-quic-go-0.52.

* gnu/packages/golang-web.scm (go-github-com-quic-go-quic-go-0.52): New variable.

Change-Id: I38253b048e05a5e5734b8e5ead14823b29fb2675
This commit is contained in:
Sharlatan Hellseher 2025-10-10 18:32:04 +01:00
parent 0903ac0f57
commit b37e3a93ab
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -9869,6 +9869,27 @@ implementation in the Go standard library}.")
protocol.")
(license license:expat)))
(define-public go-github-com-quic-go-quic-go-0.52
(hidden-package
(package
(inherit go-github-com-quic-go-quic-go)
(name "go-github-com-quic-go-quic-go")
(version "0.52.0")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/quic-go/quic-go")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0frcjzrarvk3ck6dhqp88a1cbazw7jb26gxq1wp3lhgmxv4v4m2m"))))
(arguments
(list
#:skip-build? #t
#:tests? #f
#:import-path "github.com/quic-go/quic-go")))))
(define-public go-github-com-quic-go-webtransport-go
(package
(name "go-github-com-quic-go-webtransport-go")