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:
Herman Rimm 2024-12-24 11:31:07 +01:00 committed by Efraim Flashner
parent ac3f741499
commit 3c4cb9b071
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4101,31 +4101,6 @@ dependencies.")
("rust-unicase" ,rust-unicase-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
(package
(name "rust-hyper-native-tls")
@ -4563,6 +4538,31 @@ with hyper.")
(description "This package provides utilities for the @code{hyper} crate.")
(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
(package
(name "rust-iron")