unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 64413@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>
Subject: [bug#64413] [PATCH v3 2/3] gnu: Add go-github-com-coreos-go-oidc-v3.
Date: Sat, 22 Jul 2023 12:32:59 +0800	[thread overview]
Message-ID: <ad86e7f428ddb77de0af8cfcd2c3bf745adf8d7a.1689999109.git.hako@ultrarare.space> (raw)
In-Reply-To: <cover.1689999109.git.hako@ultrarare.space>

* gnu/packages/golang.scm (go-github-com-coreos-go-oidc-v3): New variable.
---
 gnu/packages/golang.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ee7eb607ae..5a53838435 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -9589,6 +9589,28 @@ (define-public go-github-com-coreos-go-oidc
 @code{go-golang-org-x-oauth2} package.")
     (license license:asl2.0)))
 
+(define-public go-github-com-coreos-go-oidc-v3
+  (package
+    (inherit go-github-com-coreos-go-oidc)
+    (name "go-github-com-coreos-go-oidc-v3")
+    (version "3.6.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/coreos/go-oidc")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1sbm6n3lp48lymn0g921afhq2j6inb38w3wy5rhyx9h8gpzhnxx9"))))
+    (arguments
+     (list ;; no Go files in [...]/src/github.com/coreos/go-oidc/v3.
+           #:import-path "github.com/coreos/go-oidc/v3/oidc"
+           #:unpack-path "github.com/coreos/go-oidc/v3"))
+    (propagated-inputs
+     (list go-github-com-go-jose-go-jose-v3
+           go-golang-org-x-oauth2))))
+
 (define-public go-github-com-coreos-go-semver
   (package
     (name "go-github-com-coreos-go-semver")
-- 
2.41.0





  parent reply	other threads:[~2023-07-22  4:34 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-07-02  9:50 [bug#64413] [PATCH] gnu: miniflux: Update to 2.0.45 Hilton Chain via Guix-patches via
2023-07-13 16:42 ` [bug#64413] [PATCH v2 0/1] " Hilton Chain via Guix-patches via
2023-07-13 16:43   ` [bug#64413] [PATCH v2 1/1] " Hilton Chain via Guix-patches via
2023-07-22  1:55     ` [bug#64413] [PATCH] " 宋文武 via Guix-patches via
2023-07-22  4:24       ` Hilton Chain via Guix-patches via
2023-07-22  4:29 ` [bug#64413] [PATCH v3 0/3] gnu: miniflux: Update to 2.0.46 Hilton Chain via Guix-patches via
2023-07-22  4:32   ` [bug#64413] [PATCH v3 1/3] gnu: Add go-github-com-go-jose-go-jose-v3 Hilton Chain via Guix-patches via
2023-07-22  4:32   ` Hilton Chain via Guix-patches via [this message]
2023-07-22  4:33   ` [bug#64413] [PATCH v3 3/3] gnu: miniflux: Update to 2.0.46 Hilton Chain via Guix-patches via
2023-08-13  8:03     ` bug#64413: [PATCH] gnu: miniflux: Update to 2.0.45 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=ad86e7f428ddb77de0af8cfcd2c3bf745adf8d7a.1689999109.git.hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=64413@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).