mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
aa17d975e9
commit
62b3293e99
1 changed files with 2 additions and 2 deletions
|
@ -3069,7 +3069,7 @@ sessions, flash messages, custom backends, and more.")
|
|||
(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 @@ sessions, flash messages, custom backends, and more.")
|
|||
(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…
Add table
Add a link
Reference in a new issue