emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#58852: closed ([PATCH] gnu: oauth2l: Update to 1.3.0.)


From: GNU bug Tracking System
Subject: bug#58852: closed ([PATCH] gnu: oauth2l: Update to 1.3.0.)
Date: Sat, 05 Nov 2022 10:56:04 +0000

Your message dated Sat, 05 Nov 2022 11:55:19 +0100
with message-id <87tu3disb9.fsf@cbaines.net>
and subject line Re: [bug#58852] [PATCH] gnu: oauth2l: Update to 1.3.0.
has caused the debbugs.gnu.org bug report #58852,
regarding [PATCH] gnu: oauth2l: Update to 1.3.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
58852: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58852
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: oauth2l: Update to 1.3.0. Date: Fri, 28 Oct 2022 22:13:58 -0400
* 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




--- End Message ---
--- Begin Message --- Subject: Re: [bug#58852] [PATCH] gnu: oauth2l: Update to 1.3.0. Date: Sat, 05 Nov 2022 11:55:19 +0100 User-agent: mu4e 1.8.9; emacs 28.1
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: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]