mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: oauth2l: Update to 1.3.0.
* gnu/packages/authentication.scm (oauth2l): Update to 1.3.0. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
8139322b8a
commit
aa86ab8b4b
1 changed files with 2 additions and 2 deletions
|
@ -93,7 +93,7 @@ (define-public oath-toolkit
|
|||
(define-public oauth2l
|
||||
(package
|
||||
(name "oauth2l")
|
||||
(version "1.2.2")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -102,7 +102,7 @@ (define-public oauth2l
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0a9x0b31ybyjg0k7923xw6zr6crm0kigcn8g6hyr228nbvw35r8w"))))
|
||||
(base32 "0010870xdhf0aysrs2vhl3yxd4gh87qp7mjpyp7qy1n2rz55pgbc"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/google/oauth2l"))
|
||||
|
|
Loading…
Reference in a new issue