me
/
guix
Archived
1
0
Fork 0

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>
master
kiasoc5 2022-10-28 22:13:58 -04:00 committed by Christopher Baines
parent 8139322b8a
commit aa86ab8b4b
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577
1 changed files with 2 additions and 2 deletions

View File

@ -93,7 +93,7 @@ data.")
(define-public oauth2l (define-public oauth2l
(package (package
(name "oauth2l") (name "oauth2l")
(version "1.2.2") (version "1.3.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -102,7 +102,7 @@ data.")
(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 "0a9x0b31ybyjg0k7923xw6zr6crm0kigcn8g6hyr228nbvw35r8w")))) (base32 "0010870xdhf0aysrs2vhl3yxd4gh87qp7mjpyp7qy1n2rz55pgbc"))))
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/google/oauth2l")) '(#:import-path "github.com/google/oauth2l"))