[PATCH] gnu: oauth2l: Update to 1.3.0.

  • Done
  • quality assurance status badge
Details
2 participants
  • kiasoc5
  • Christopher Baines
Owner
unassigned
Submitted by
kiasoc5
Severity
normal

Debbugs page

kiasoc5 wrote 2 years ago
(address . guix-patches@gnu.org)(name . kiasoc5)(address . kiasoc5@disroot.org)
20221029021358.24517-1-kiasoc5@disroot.org
* gnu/packages/authentication.scm (oauth2l): Update to 1.3.0.
---
gnu/packages/authentication.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/authentication.scm b/gnu/packages/authentication.scm
index c64a8be83f..fa5199cc1d 100644
--- a/gnu/packages/authentication.scm
+++ b/gnu/packages/authentication.scm
@@ -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"))

base-commit: 0a604c16b34f8147bf18e065e8b30d8d23cd8998
--
2.38.0
Christopher Baines wrote 2 years ago
(name . kiasoc5)(address . kiasoc5@disroot.org)
87tu3disb9.fsf@cbaines.net
kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

Toggle quote (5 lines)
> * gnu/packages/authentication.scm (oauth2l): Update to 1.3.0.
> ---
> gnu/packages/authentication.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks! Pushed to master as aa86ab8b4b5734fcf5ab8b2fe83f15ae1ddf5102.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmNmQSpfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XcJ3w/+OkE5vmlo2jcMaSgIqvdHGdOrA3wX4ltO
NJit2O+xgcq7RJxzA/fVSCqrBj04j0xxYTbcaJJiZhdN5UtaXoIcUhWIAZc2m3DK
huuIknEiFDN4iUyTi5/kDt8kovMW7o3HHLM0nZ9+GWgrhAP7SySy8K/yOjSg/tuM
hBqTiCuXwotPqXi1YnqtUuUHiH93gqCrb80VQgAnfMo33V3ZOVbvlaLK3vNkVeUw
0ZYKm1P1DqHI+xLpgLQOZ5Achjbs1ErUJHCuQJSIht8/vSyvMjLb+80N4JhHzKDB
PAuQyT1Qh6e2AgdfOCrEUsFn6t1cu9Fu84NUqyKuhtq3jBY2xu+xhAX8NfQcgqu7
oVM4p7uMt5GKolQWkMbTjiepQYD0cuMbF9/cr1yBw5RVg6lmEOzlWtVO+DWho1pC
zYLML7DL1EAe3k2/Ute8j6odI+OGlKmlHUCY1ujoSOXq7+ZhBt5aH9woY6jS5EMw
yYM4XFyoh8sF4RpK8NX3Qv+HxUQVk1DCwFAU+HwMHJ+dHWf/aUJkuIk7ooJaRWAa
qLTNMiOXBWAQK0Zw2QrdwEjUMtOzSN8nT4CQ1nLMem3Q/2yqH1bMvQZnV3sqhAqr
b1TKnlvaXZWUVTGNLVIAgRv2iiMZ11qCOcR/yttbBvXNMRHtHArvfwh4JOwHm+Mx
Xx8AKjd98NA=
=DtYJ
-----END PGP SIGNATURE-----

?
Your comment

This issue is archived.

To comment on this conversation send an email to 58852@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 58852
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help