gnu: go-github-com-gorilla-csrf: Update to 1.7.2.

* gnu/packages/golang-web.scm (go-github-com-gorilla-csrf): Update to 1.7.2.

Change-Id: Idc013e07f6293ef53da23232c77c766b4e8b0c73
This commit is contained in:
Sharlatan Hellseher 2024-06-27 00:33:05 +01:00
parent cda6baaa3e
commit 1a34b9b725
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1033,7 +1033,7 @@ (define-public go-github-com-gorilla-context
(define-public go-github-com-gorilla-csrf
(package
(name "go-github-com-gorilla-csrf")
(version "1.7.0")
(version "1.7.2")
(source
(origin
(method git-fetch)
@ -1042,7 +1042,7 @@ (define-public go-github-com-gorilla-csrf
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0iryq0z48yi7crfbd8jxyn7lh1gsglpiglvjgnf23bz6xfisssav"))))
(base32 "01d56sr9yggn6gs4lf5bnj15q6bkwvsim8kzj8m4arv1ccj7918j"))))
(build-system go-build-system)
(arguments
(list