From b3e4b12c25cd80908a70162e96a2977133e7eacd Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 9 Sep 2024 20:17:32 +0100 Subject: 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 --- gnu/packages/golang-web.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 0caa673f6d..00b8ee6ac8 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -4389,7 +4389,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.43.0") + (version "0.45.2") (source (origin (method git-fetch) @@ -4398,7 +4398,7 @@ the Go standard library}.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1vqc1mb60flbm5jqf48gzhzm8m0k06klf9szpx6mgw30957qv3fn")))) + (base32 "0skg771b6h9xlssf7prkryypz4j8hnkz7k3i76qhxdc4iz4rqyfz")))) (build-system go-build-system) (arguments (list -- cgit v1.2.3