gnu: go-github-com-quic-go-quic-go: Update to 0.45.2.

* gnu/packages/golang-web.scm (go-github-com-quic-go-quic-go): Update to 0.45.2.

Change-Id: I2fd938f8d3c3d1ce86665c70a20cbd7330c88122
This commit is contained in:
Sharlatan Hellseher 2024-09-09 20:17:32 +01:00
parent 590904cca1
commit b3e4b12c25
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4389,7 +4389,7 @@ the Go standard library}.")
(define-public go-github-com-quic-go-quic-go (define-public go-github-com-quic-go-quic-go
(package (package
(name "go-github-com-quic-go-quic-go") (name "go-github-com-quic-go-quic-go")
(version "0.43.0") (version "0.45.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4398,7 +4398,7 @@ the Go standard library}.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1vqc1mb60flbm5jqf48gzhzm8m0k06klf9szpx6mgw30957qv3fn")))) (base32 "0skg771b6h9xlssf7prkryypz4j8hnkz7k3i76qhxdc4iz4rqyfz"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list