sharlatan pushed a commit to branch go-team
in repository guix.

commit 755c7bbfb156e45491e90fc3586fb5786fbe5997
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Thu Dec 26 23:15:20 2024 +0000

    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
---
 gnu/packages/golang-web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index c40aee8fc0..240b3df51e 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -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"))

Reply via email to