mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-hyperlocal-0.8: Order alphabetically.
* gnu/packages/crates-web.scm (rust-hyperlocal-0.8): Order. Change-Id: I128a5ef1284e5cb83741f3ee4ea3516dee9f67d3 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
ac3f741499
commit
3c4cb9b071
1 changed files with 25 additions and 25 deletions
|
@ -4101,31 +4101,6 @@ dependencies.")
|
||||||
("rust-unicase" ,rust-unicase-1)
|
("rust-unicase" ,rust-unicase-1)
|
||||||
("rust-url" ,rust-url-1))))))
|
("rust-url" ,rust-url-1))))))
|
||||||
|
|
||||||
(define-public rust-hyperlocal-0.8
|
|
||||||
(package
|
|
||||||
(name "rust-hyperlocal")
|
|
||||||
(version "0.8.0")
|
|
||||||
(source
|
|
||||||
(origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "hyperlocal" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32 "136978rsp0wr6x28cxivxhbq2np66l4jrq3n9xwckrrd5dxxzbqg"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:cargo-inputs (("rust-futures-util" ,rust-futures-util-0.3)
|
|
||||||
("rust-hex" ,rust-hex-0.4)
|
|
||||||
("rust-hyper" ,rust-hyper-0.14)
|
|
||||||
("rust-pin-project" ,rust-pin-project-1)
|
|
||||||
("rust-tokio" ,rust-tokio-1))
|
|
||||||
#:cargo-development-inputs (("rust-tokio" ,rust-tokio-1))))
|
|
||||||
(home-page "https://github.com/softprops/hyperlocal")
|
|
||||||
(synopsis "Hyper bindings for Unix domain sockets")
|
|
||||||
(description
|
|
||||||
"This package provides Hyper bindings for Unix domain sockets.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-hyper-native-tls-0.3
|
(define-public rust-hyper-native-tls-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-hyper-native-tls")
|
(name "rust-hyper-native-tls")
|
||||||
|
@ -4563,6 +4538,31 @@ with hyper.")
|
||||||
(description "This package provides utilities for the @code{hyper} crate.")
|
(description "This package provides utilities for the @code{hyper} crate.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-hyperlocal-0.8
|
||||||
|
(package
|
||||||
|
(name "rust-hyperlocal")
|
||||||
|
(version "0.8.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "hyperlocal" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32 "136978rsp0wr6x28cxivxhbq2np66l4jrq3n9xwckrrd5dxxzbqg"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs (("rust-futures-util" ,rust-futures-util-0.3)
|
||||||
|
("rust-hex" ,rust-hex-0.4)
|
||||||
|
("rust-hyper" ,rust-hyper-0.14)
|
||||||
|
("rust-pin-project" ,rust-pin-project-1)
|
||||||
|
("rust-tokio" ,rust-tokio-1))
|
||||||
|
#:cargo-development-inputs (("rust-tokio" ,rust-tokio-1))))
|
||||||
|
(home-page "https://github.com/softprops/hyperlocal")
|
||||||
|
(synopsis "Hyper bindings for Unix domain sockets")
|
||||||
|
(description
|
||||||
|
"This package provides Hyper bindings for Unix domain sockets.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-iron-0.6
|
(define-public rust-iron-0.6
|
||||||
(package
|
(package
|
||||||
(name "rust-iron")
|
(name "rust-iron")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue