[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/32: gnu: Add go-github-com-golang-jwt-jwt-v4.
From: |
guix-commits |
Subject: |
13/32: gnu: Add go-github-com-golang-jwt-jwt-v4. |
Date: |
Mon, 19 Feb 2024 18:40:57 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 971b7b01c145535ea3da3cbe16622160e360140d
Author: Troy Figiel <troy@troyfigiel.com>
AuthorDate: Tue Feb 13 23:37:58 2024 +0100
gnu: Add go-github-com-golang-jwt-jwt-v4.
* gnu/packages/golang-crypto.scm (go-github-com-golang-jwt-jwt-v4): New
variable.
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Change-Id: If96f032f404c4aaf80c7bd8a3e231336a8c6dbfb
---
gnu/packages/golang-crypto.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 0dd43e0e03..e7dc939c6f 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -19,6 +19,7 @@
;;; Copyright © 2023 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2023 Felix Lechner <felix.lechner@lease-up.com>
;;; Copyright © 2023 Jack Hill <jackhill@jackhill.us>
+;;; Copyright © 2024 Troy Figiel <troy@troyfigiel.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -426,6 +427,33 @@ providing bidirectional mapping values to their names,
plus enum convenience
for values.")
(license license:bsd-3)))
+(define-public go-github-com-golang-jwt-jwt-v4
+ (package
+ (name "go-github-com-golang-jwt-jwt-v4")
+ (version "4.5.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/golang-jwt/jwt")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1m7c9lwlmd0lnn0hyby1rb3f4nwn4xcjgca218frj0hi0krqn8kp"))))
+ (build-system go-build-system)
+ (arguments
+ (list
+ #:import-path "github.com/golang-jwt/jwt/v4"))
+ (home-page "https://github.com/golang-jwt/jwt")
+ (synopsis "Go implementation of JSON Web Tokens")
+ (description
+ "This package provides a Go implementation of
+@url{https://datatracker.ietf.org/doc/html/rfc7519, JSON Web Tokens} and
+supports the parsing and verification as well as the generation and signing of
+JSON Web Tokens. The currently supported signing algorithms are HMAC SHA,
+RSA, RSA-PSS, and ECDSA, though hooks are present for adding your own.")
+ (license license:expat)))
+
(define-public go-github-com-gxed-hashland-keccakpg
(let ((commit "d9f6b97f8db22dd1e090fd0bbbe98f09cc7dd0a8")
(revision "0"))
- 27/32: gnu: go-github-go-git: Remove labels., (continued)
- 27/32: gnu: go-github-go-git: Remove labels., guix-commits, 2024/02/19
- 28/32: gnu: go-github-go-git: Adjust imports., guix-commits, 2024/02/19
- 23/32: gnu: go-github-com-songmu-gitconfig: Move to golang-xyz., guix-commits, 2024/02/19
- 12/32: gnu: Add go-github-com-coocood-freecache., guix-commits, 2024/02/19
- 16/32: gnu: Add go-github-com-dustin-gojson., guix-commits, 2024/02/19
- 22/32: gnu: go-github-com-alecthomas-assert-v2: Update to 2.5.0., guix-commits, 2024/02/19
- 26/32: gnu: ghq: Fix build., guix-commits, 2024/02/19
- 29/32: gnu: Add go-github-com-bmatcuk-doublestar-v2., guix-commits, 2024/02/19
- 30/32: gnu: Add go-github-com-google-go-github-v33., guix-commits, 2024/02/19
- 31/32: gnu: chezmoi: Sort inputs alphabetically., guix-commits, 2024/02/19
- 13/32: gnu: Add go-github-com-golang-jwt-jwt-v4.,
guix-commits <=
- 32/32: gnu: chezmoi: Update to 1.8.10., guix-commits, 2024/02/19
- 08/32: gnu: go-github-com-valyala-fasthttp: Add missing input., guix-commits, 2024/02/19
- 21/32: gnu: go-github-com-alecthomas-assert: Depricate package., guix-commits, 2024/02/19
- 25/32: gnu: ghq: Remove package labels., guix-commits, 2024/02/19