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

commit 16c0c4a026c08ddaccf41fc62c2128f3c5bb5228
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Sun Jun 8 14:21:55 2025 +0100

    gnu: go-github-com-gorilla-csrf: Update to 1.7.3.
    
    * gnu/packages/golang-web.scm (go-github-com-gorilla-csrf): Update to 1.7.3.
    [arguments] <go>: Use go-1.23.
    
    Change-Id: I5698a675de3dd53ac8fdda359b8764979a20d5e3
---
 gnu/packages/golang-web.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm
index 6370dcc60f..f4b22634b2 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -4075,7 +4075,7 @@ language.")
 (define-public go-github-com-gorilla-csrf
   (package
     (name "go-github-com-gorilla-csrf")
-    (version "1.7.2")
+    (version "1.7.3")
     (source
      (origin
        (method git-fetch)
@@ -4084,10 +4084,11 @@ language.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "01d56sr9yggn6gs4lf5bnj15q6bkwvsim8kzj8m4arv1ccj7918j"))))
+        (base32 "0h32npfjir3k0yciisr6ybziv1bshmzw6x3bfkh3i72y3i7nv610"))))
     (build-system go-build-system)
     (arguments
      (list
+      #:go go-1.23
       #:import-path "github.com/gorilla/csrf"))
     (propagated-inputs
      (list go-github-com-gorilla-securecookie

Reply via email to