mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
0d6f602b6c
commit
c8ddd1e5e6
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue