all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Benjamin <benjamin@uvy.fr>
To: 67263@debbugs.gnu.org.
Cc: Benjamin <benjamin@uvy.fr>,
	Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>
Subject: [bug#67263] [PATCH 6/8] gnu: Add go-github-com-nats-io-jwt-v2.
Date: Sat, 18 Nov 2023 19:17:33 +0100	[thread overview]
Message-ID: <021459b2ecc018146d8baa9e3166aff51b5036f7.1700330009.git.benjamin@uvy.fr> (raw)
In-Reply-To: <cover.1700330009.git.benjamin@uvy.fr>

* gnu/packages/golang.scm (go-github-com-nats-io-jwt-v2): New variable.

Change-Id: I5253db9ceb1aa118cfc15e89823903f3f5b2b75c
---
 gnu/packages/golang.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index d52ec94059..17ec5296bf 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -3339,6 +3339,31 @@ (define-public go-github-com-nats-io-nkeys
 keys and seeds and performs signing and verification.")
     (license license:asl2.0)))
 
+(define-public go-github-com-nats-io-jwt-v2
+  (package
+    (name "go-github-com-nats-io-jwt-v2")
+    (version "2.5.3")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/nats-io/jwt")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0wcqbfyd3b4qdspmf72cpsbi0y2a4b1qd0cv3qvhh17d1h1a6zib"))))
+    (build-system go-build-system)
+    (arguments
+     (list #:import-path "github.com/nats-io/jwt/v2"
+           #:unpack-path "github.com/nats-io/jwt"))
+    (propagated-inputs (list go-github-com-nats-io-nkeys))
+    (home-page "https://github.com/nats-io/jwt")
+    (synopsis "Go library signing JWT tokens with NKeys for the NATS ecosystem")
+    (description
+     "This library is a JWT implementation that uses nkeys to digitally sign
+JWT tokens. Nkeys use Ed25519 to provide authentication of JWT claims.")
+    (license license:asl2.0)))
+
 (define-public go-github-com-aws-sdk
   (package
     (name "go-github-com-aws-sdk")
-- 
2.41.0





  parent reply	other threads:[~2023-11-18 18:20 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-18 18:14 [bug#67263] [PATCH 0/8] adding nats-server package Benjamin
2023-11-18 18:17 ` [bug#67263] [PATCH 1/8] gnu: Add go-github-com-minio-highwayhash Benjamin
2023-11-18 18:17 ` [bug#67263] [PATCH 2/8] gnu: Add go-github-com-prashantv-gostub Benjamin
2023-11-18 18:17 ` [bug#67263] [PATCH 3/8] gnu: Add go-go-uber-org-automaxprocs Benjamin
2023-11-18 18:17 ` [bug#67263] [PATCH 4/8] gnu: Add go-github-com-nats-io-nuid Benjamin
2023-11-18 18:17 ` [bug#67263] [PATCH 5/8] gnu: Add go-github-com-nats-io-nkeys Benjamin
2023-11-18 18:17 ` Benjamin [this message]
2023-11-18 18:17 ` [bug#67263] [PATCH 7/8] gnu: Add go-github-com-nats-io-nats-go Benjamin
2023-11-18 18:17 ` [bug#67263] [PATCH 8/8] gnu: Add nats-server Benjamin
2024-02-01 19:55 ` [bug#67263] [PATCH 0/8] adding nats-server package Sharlatan Hellseher
2024-02-08 21:55 ` bug#67263: " Sharlatan Hellseher

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

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

  git send-email \
    --in-reply-to=021459b2ecc018146d8baa9e3166aff51b5036f7.1700330009.git.benjamin@uvy.fr \
    --to=benjamin@uvy.fr \
    --cc=67263@debbugs.gnu.org. \
    --cc=cox.katherine.e+guix@gmail.com \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.