me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: Icf9aa948a8f5913a1adad531d4d37748176ee0e2
master
Sharlatan Hellseher 2024-06-19 14:08:20 +01:00
parent a442763aa7
commit 3189f01401
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 2 additions and 2 deletions

View File

@ -2243,7 +2243,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.42.0") (version "0.43.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -2252,7 +2252,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 "0bdr48nbcjajmhx1h11qfl1i7myxqpyqqk5n21007xyqw13qhb8c")))) (base32 "1vqc1mb60flbm5jqf48gzhzm8m0k06klf9szpx6mgw30957qv3fn"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list