GNU bug report logs -
#58852
[PATCH] gnu: oauth2l: Update to 1.3.0.
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Sat, 29 Oct 2022 02:15:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 58852 in the body.
You can then email your comments to 58852 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#58852
; Package
guix-patches
.
(Sat, 29 Oct 2022 02:15:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
kiasoc5 <kiasoc5 <at> disroot.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sat, 29 Oct 2022 02:15:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#58852
; Package
guix-patches
.
(Sat, 05 Nov 2022 10:56:02 GMT)
Full text and
rfc822 format available.
Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
kiasoc5 via Guix-patches via <guix-patches <at> 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
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Christopher Baines <mail <at> cbaines.net>
:
You have taken responsibility.
(Sat, 05 Nov 2022 10:56:04 GMT)
Full text and
rfc822 format available.
Notification sent
to
kiasoc5 <kiasoc5 <at> disroot.org>
:
bug acknowledged by developer.
(Sat, 05 Nov 2022 10:56:04 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 03 Dec 2022 12:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 196 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.