gnu: go-github-com-gorilla-websocket: Update to 1.5.3.

* gnu/packages/golang-web.scm (go-github-com-gorilla-websocket): Update to 1.5.3.

Change-Id: I04c30a9be141d2667b07bd2d012653ae8cf38ba4
This commit is contained in:
Sharlatan Hellseher 2024-12-26 23:15:20 +00:00
parent aa17d975e9
commit 62b3293e99
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3069,7 +3069,7 @@ sessions, flash messages, custom backends, and more.")
(define-public go-github-com-gorilla-websocket (define-public go-github-com-gorilla-websocket
(package (package
(name "go-github-com-gorilla-websocket") (name "go-github-com-gorilla-websocket")
(version "1.5.0") (version "1.5.3")
(home-page "https://github.com/gorilla/websocket") (home-page "https://github.com/gorilla/websocket")
(source (source
(origin (origin
@ -3079,7 +3079,7 @@ sessions, flash messages, custom backends, and more.")
(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 "1xrr6snvs9g1nzxxg05w4i4pq6k1xjljl5mvavd838qc468n118i")))) (base32 "1k84plbz6bxarbdrdcsrm9vhiy971prpvfnkcpsfv2q4ac80ccmx"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
`(#:import-path "github.com/gorilla/websocket")) `(#:import-path "github.com/gorilla/websocket"))