guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit ba460d94d4286bc6f26a8fce04882021ec01f5b7
Author: Sharlatan Hellseher <[email protected]>
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 0330318d82..3fbb18d42d 100644
--- a/gnu/packages/golang-web.scm
+++ b/gnu/packages/golang-web.scm
@@ -4343,7 +4343,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)
@@ -4352,10 +4352,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