mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
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:
parent
84edfeb8cb
commit
cdbdfd15a4
1 changed files with 2 additions and 2 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue