unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58852] [PATCH] gnu: oauth2l: Update to 1.3.0.
@ 2022-10-29  2:13 kiasoc5 via Guix-patches via
  2022-11-05 10:55 ` bug#58852: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-10-29  2:13 UTC (permalink / raw)
  To: 58852; +Cc: kiasoc5

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

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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58852: [PATCH] gnu: oauth2l: Update to 1.3.0.
  2022-10-29  2:13 [bug#58852] [PATCH] gnu: oauth2l: Update to 1.3.0 kiasoc5 via Guix-patches via
@ 2022-11-05 10:55 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-11-05 10:55 UTC (permalink / raw)
  To: kiasoc5; +Cc: 58852-done, guix-patches

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]


kiasoc5 via Guix-patches via <guix-patches@gnu.org> writes:

> * 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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-11-05 10:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-29  2:13 [bug#58852] [PATCH] gnu: oauth2l: Update to 1.3.0 kiasoc5 via Guix-patches via
2022-11-05 10:55 ` bug#58852: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).