diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-08 22:57:58 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-08-11 21:42:44 +0100 |
| commit | 42074309827e1d6353aae03b39919e6d3ee2f18c (patch) | |
| tree | 0ba554e86f59be51d381ff617a588384e19d9907 /gnu | |
| parent | 1a4bc7e1208188176eeea6b8632361845e37d317 (diff) | |
gnu: go-github-com-quic-go-quic-go: Update to 0.52.0.
* gnu/packages/golang-web.scm (go-github-com-quic-go-quic-go): Update to 0.52.0.
[arguments] <go>: Use go-1.23.
[native-inputs]: Remove go-golang-org-x-time; add go-github-com-stretchr-testify.
Change-Id: I99c279c4c51f6144dd4c444fc2adb20b47aa91ae
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/golang-web.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 10fea735540..d4aef0a1d81 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -9024,7 +9024,7 @@ the Go standard library}.") (define-public go-github-com-quic-go-quic-go (package (name "go-github-com-quic-go-quic-go") - (version "0.45.2") + (version "0.52.0") (source (origin (method git-fetch) @@ -9033,10 +9033,11 @@ the Go standard library}.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0skg771b6h9xlssf7prkryypz4j8hnkz7k3i76qhxdc4iz4rqyfz")))) + (base32 "0frcjzrarvk3ck6dhqp88a1cbazw7jb26gxq1wp3lhgmxv4v4m2m")))) (build-system go-build-system) (arguments (list + #:go go-1.23 #:import-path "github.com/quic-go/quic-go" #:phases #~(modify-phases %standard-phases @@ -9061,8 +9062,8 @@ the Go standard library}.") (native-inputs (list go-ginkgo go-github-com-onsi-ginkgo-v2 - go-go-uber-org-mock - go-golang-org-x-time)) + go-github-com-stretchr-testify + go-go-uber-org-mock)) (propagated-inputs (list go-github-com-francoispqt-gojay go-github-com-quic-go-qpack |
