guix_mirror_bot pushed a commit to branch go-team in repository guix. commit d3d1686996388f803c1f58cadb16b4fb2690651d Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Sun Jun 8 18:06:02 2025 +0100
gnu: go-github-com-coder-websocket: Update to 1.8.13. * gnu/packages/golang-web.scm (go-github-com-coder-websocket): Update to 1.8.13. Change-Id: I415c37427ebf1cdb8e890b45f1db03430f2d7274 --- gnu/packages/golang-web.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index f3ab99f8e0..345e6e8f62 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -1773,7 +1773,7 @@ conditions, metamorphic tests can identify bugs without requiring an oracle.") (define-public go-github-com-coder-websocket (package (name "go-github-com-coder-websocket") - (version "1.8.12") + (version "1.8.13") (source (origin (method git-fetch) @@ -1782,7 +1782,7 @@ conditions, metamorphic tests can identify bugs without requiring an oracle.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "172v9mqghswf50ga512qghb6ii0ivz5fi2iyjzdnbm42g0cr4fjj")) + (base32 "1ycphyxz8ap0l3sbwii650wz2p0a0wy7swikxr1sb39m5mw2amdi")) (modules '((guix build utils))) (snippet #~(begin @@ -1826,8 +1826,7 @@ compression. CloseRead} helper for write only connections @item Compile to @url{https://pkg.go.dev/github.com/coder/websocket#hdr-Wasm, Wasm}. -@end itemize -") +@end itemize") (license license:isc))) (define-public go-github-com-containerd-typeurl