mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
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:
parent
cda6baaa3e
commit
1a34b9b725
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue