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
This commit is contained in:
Sharlatan Hellseher 2025-06-08 14:21:55 +01:00
parent 0d6f602b6c
commit c8ddd1e5e6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4343,7 +4343,7 @@ language.")
(define-public go-github-com-gorilla-csrf (define-public go-github-com-gorilla-csrf
(package (package
(name "go-github-com-gorilla-csrf") (name "go-github-com-gorilla-csrf")
(version "1.7.2") (version "1.7.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4352,10 +4352,11 @@ language.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "01d56sr9yggn6gs4lf5bnj15q6bkwvsim8kzj8m4arv1ccj7918j")))) (base32 "0h32npfjir3k0yciisr6ybziv1bshmzw6x3bfkh3i72y3i7nv610"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
(list (list
#:go go-1.23
#:import-path "github.com/gorilla/csrf")) #:import-path "github.com/gorilla/csrf"))
(propagated-inputs (propagated-inputs
(list go-github-com-gorilla-securecookie (list go-github-com-gorilla-securecookie