mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add go-gopkg-in-go-jose-go-jose-v2.
* gnu/packages/golang-web.scm (go-gopkg-in-go-jose-go-jose-v2): New variable. Change-Id: I939a96358bf992608869362040c60cef7ecc657a
This commit is contained in:
parent
1b83198655
commit
ce13a0d19a
1 changed files with 22 additions and 0 deletions
|
@ -8954,6 +8954,28 @@ metrics SDK.")
|
||||||
(description "This package is a Go Implementation of WireGuard.")
|
(description "This package is a Go Implementation of WireGuard.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public go-gopkg-in-go-jose-go-jose-v2
|
||||||
|
(package
|
||||||
|
(inherit go-github-com-go-jose-go-jose-v3)
|
||||||
|
(name "go-gopkg-in-go-jose-go-jose-v2")
|
||||||
|
(version "2.6.3")
|
||||||
|
(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 "0frg4g9gyqdgf7h0xai9771a47ndb0zqbw0rp5yk0dswsq1vk4kq"))))
|
||||||
|
(arguments
|
||||||
|
(substitute-keyword-arguments
|
||||||
|
(package-arguments go-github-com-go-jose-go-jose-v3)
|
||||||
|
((#:import-path _) "gopkg.in/go-jose/go-jose.v2")))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-golang-org-x-crypto
|
||||||
|
go-gopkg-in-alecthomas-kingpin-v2))))
|
||||||
|
|
||||||
;; This to satisfy alternative import path.
|
;; This to satisfy alternative import path.
|
||||||
(define-public go-gopkg-in-jcmturner-rpc-v1
|
(define-public go-gopkg-in-jcmturner-rpc-v1
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue