mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: rust-ping-0.4: Order alphabetically.
* gnu/packages/crates-io.scm (rust-ping-0.4): Order. Change-Id: If69779a2a1d0e5e96d466086cd2021d800143e7a Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
8c6cfdf45a
commit
e83dd84e41
1 changed files with 23 additions and 23 deletions
|
@ -58524,29 +58524,6 @@ (define-public rust-pin-project-1
|
||||||
"This package provides a crate for safe and ergonomic pin-projection.")
|
"This package provides a crate for safe and ergonomic pin-projection.")
|
||||||
(license (list license:asl2.0 license:expat))))
|
(license (list license:asl2.0 license:expat))))
|
||||||
|
|
||||||
(define-public rust-ping-0.4
|
|
||||||
(package
|
|
||||||
(name "rust-ping")
|
|
||||||
(version "0.4.1")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (crate-uri "ping" version))
|
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0h8iyphd5c6k609635ja813isyplnzrlz8hgp0pfrb2v39xahw33"))))
|
|
||||||
(build-system cargo-build-system)
|
|
||||||
(arguments
|
|
||||||
`(#:tests? #f ; Tests require network access.
|
|
||||||
#:cargo-inputs
|
|
||||||
(("rust-rand" ,rust-rand-0.8)
|
|
||||||
("rust-socket2" ,rust-socket2-0.4)
|
|
||||||
("rust-thiserror" ,rust-thiserror-1))))
|
|
||||||
(home-page "https://github.com/aisk/ping")
|
|
||||||
(synopsis "ICMP library for Rust")
|
|
||||||
(description "This package provides an ICMP library for Rust.")
|
|
||||||
(license license:expat)))
|
|
||||||
|
|
||||||
(define-public rust-pin-project-0.4
|
(define-public rust-pin-project-0.4
|
||||||
(package
|
(package
|
||||||
(inherit rust-pin-project-1)
|
(inherit rust-pin-project-1)
|
||||||
|
@ -58690,6 +58667,29 @@ (define-public rust-pin-utils-0.1
|
||||||
(description "This crate provides utilities for pinning values on the stack.")
|
(description "This crate provides utilities for pinning values on the stack.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
(define-public rust-ping-0.4
|
||||||
|
(package
|
||||||
|
(name "rust-ping")
|
||||||
|
(version "0.4.1")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "ping" version))
|
||||||
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0h8iyphd5c6k609635ja813isyplnzrlz8hgp0pfrb2v39xahw33"))))
|
||||||
|
(build-system cargo-build-system)
|
||||||
|
(arguments
|
||||||
|
`(#:tests? #f ; Tests require network access.
|
||||||
|
#:cargo-inputs
|
||||||
|
(("rust-rand" ,rust-rand-0.8)
|
||||||
|
("rust-socket2" ,rust-socket2-0.4)
|
||||||
|
("rust-thiserror" ,rust-thiserror-1))))
|
||||||
|
(home-page "https://github.com/aisk/ping")
|
||||||
|
(synopsis "ICMP library for Rust")
|
||||||
|
(description "This package provides an ICMP library for Rust.")
|
||||||
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public rust-pinot-0.1
|
(define-public rust-pinot-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-pinot")
|
(name "rust-pinot")
|
||||||
|
|
Loading…
Reference in a new issue