gnu: Add go-github-com-go-jose-go-jose-v3.
* gnu/packages/golang.scm (go-github-com-go-jose-go-jose-v3): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
b87f318586
commit
53fbc9090e
1 changed files with 17 additions and 0 deletions
|
@ -3261,6 +3261,23 @@ (define-public go-gopkg-in-square-go-jose-v2
|
|||
Encryption, JSON Web Signature, and JSON Web Token standards.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public go-github-com-go-jose-go-jose-v3
|
||||
(package
|
||||
(inherit go-gopkg-in-square-go-jose-v2)
|
||||
(name "go-github-com-go-jose-go-jose-v3")
|
||||
(version "3.0.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/go-jose/go-jose")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fnw0p49wc9gmd2xcji2x9jf97dgg9igagd5m6bmq3nw9jjfqdc5"))))
|
||||
(arguments
|
||||
(list #:import-path "github.com/go-jose/go-jose/v3"))))
|
||||
|
||||
(define-public go-gopkg.in-tomb.v2
|
||||
(let ((commit "d5d1b5820637886def9eef33e03a27a9f166942c")
|
||||
(revision "0"))
|
||||
|
|
Loading…
Reference in a new issue