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 84edfeb8cb
commit cdbdfd15a4
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -3069,7 +3069,7 @@ (define-public go-github-com-gorilla-sessions
(define-public go-github-com-gorilla-websocket
(package
(name "go-github-com-gorilla-websocket")
(version "1.5.0")
(version "1.5.3")
(home-page "https://github.com/gorilla/websocket")
(source
(origin
@ -3079,7 +3079,7 @@ (define-public go-github-com-gorilla-websocket
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1xrr6snvs9g1nzxxg05w4i4pq6k1xjljl5mvavd838qc468n118i"))))
(base32 "1k84plbz6bxarbdrdcsrm9vhiy971prpvfnkcpsfv2q4ac80ccmx"))))
(build-system go-build-system)
(arguments
`(#:import-path "github.com/gorilla/websocket"))