gnu: go-github-com-quic-go-qtls-go1-20: Sort package alphabetically.
* gnu/packages/golang-crypto.scm (go-github-com-quic-go-qtls-go1-20): Sort package alphabeticaly to consist the style. Change-Id: Ib9d1e037dc1172b33a80dc4b40c785b53a2a0586
This commit is contained in:
parent
ee76f7c279
commit
9649f5e928
1 changed files with 27 additions and 27 deletions
|
@ -655,33 +655,6 @@ Architecture Processors\" by J. Guilford et al.")
|
||||||
(description "Multihash implementation in Go.")
|
(description "Multihash implementation in Go.")
|
||||||
(license license:expat))))
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public go-github-com-quic-go-qtls-go1-20
|
|
||||||
(package
|
|
||||||
(name "go-github-com-quic-go-qtls-go1-20")
|
|
||||||
(version "0.3.4")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method git-fetch)
|
|
||||||
(uri (git-reference
|
|
||||||
(url "https://github.com/quic-go/qtls-go1-20")
|
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
|
||||||
(base32 "0fl3yv1w8cygag3lav45vvzb4k9i72p92x13wcq0xn13wxirzirn"))))
|
|
||||||
(build-system go-build-system)
|
|
||||||
(arguments
|
|
||||||
(list
|
|
||||||
#:import-path "github.com/quic-go/qtls-go1-20"
|
|
||||||
#:go go-1.20))
|
|
||||||
(propagated-inputs
|
|
||||||
(list go-golang-org-x-crypto
|
|
||||||
go-golang-org-x-sys))
|
|
||||||
(home-page "https://github.com/quic-go/qtls-go1-20")
|
|
||||||
(synopsis "TLS 1.3 for QUIC")
|
|
||||||
(description "Go standard library TLS 1.3 implementation, modified for
|
|
||||||
QUIC. For Go 1.20.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public go-github-com-operatorfoundation-ed25519
|
(define-public go-github-com-operatorfoundation-ed25519
|
||||||
(let ((commit "b22b4bd3ddef042eec45f3ee135cd40281fde2b4")
|
(let ((commit "b22b4bd3ddef042eec45f3ee135cd40281fde2b4")
|
||||||
(revision "0"))
|
(revision "0"))
|
||||||
|
@ -744,6 +717,33 @@ is completely backwards compatible with @code{golang.org/x/crypto}, the
|
||||||
official package.")
|
official package.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
|
(define-public go-github-com-quic-go-qtls-go1-20
|
||||||
|
(package
|
||||||
|
(name "go-github-com-quic-go-qtls-go1-20")
|
||||||
|
(version "0.3.4")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/quic-go/qtls-go1-20")
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "0fl3yv1w8cygag3lav45vvzb4k9i72p92x13wcq0xn13wxirzirn"))))
|
||||||
|
(build-system go-build-system)
|
||||||
|
(arguments
|
||||||
|
(list
|
||||||
|
#:import-path "github.com/quic-go/qtls-go1-20"
|
||||||
|
#:go go-1.20))
|
||||||
|
(propagated-inputs
|
||||||
|
(list go-golang-org-x-crypto
|
||||||
|
go-golang-org-x-sys))
|
||||||
|
(home-page "https://github.com/quic-go/qtls-go1-20")
|
||||||
|
(synopsis "TLS 1.3 for QUIC")
|
||||||
|
(description "Go standard library TLS 1.3 implementation, modified for
|
||||||
|
QUIC. For Go 1.20.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public go-github-com-refraction-networking-utls
|
(define-public go-github-com-refraction-networking-utls
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-refraction-networking-utls")
|
(name "go-github-com-refraction-networking-utls")
|
||||||
|
|
Reference in a new issue