efraim pushed a commit to branch rust-team
in repository guix.
commit 3a885a33b68d3b02435dc7b872702e170990c5ae
Author: Herman Rimm <[email protected]>
AuthorDate: Tue Dec 24 16:32:47 2024 +0100
gnu: rust-etherparse-0.9: Order alphabetically.
* gnu/packages/crates-io.scm (rust-etherparse-0.9): Order.
Change-Id: I6ccbeb57127c6bad5d5094fd73bb77337ea89562
Signed-off-by: Efraim Flashner <[email protected]>
---
gnu/packages/crates-io.scm | 34 +++++++++++++++++-----------------
1 file changed, 17 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f5644b1c35..83c01b6750 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -26779,6 +26779,23 @@ they follow. Etcetera, on the other hand, gives you
the choice.")
based protocols (@code{EthernetII}, IPv4, IPv6, UDP, TCP ...).")
(license (list license:expat license:asl2.0))))
+(define-public rust-etherparse-0.9
+ (package
+ (inherit rust-etherparse-0.13)
+ (name "rust-etherparse")
+ (version "0.9.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "etherparse" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "01s86nj0k663mgxpj3r7y5wr50l5c3aq0pm4rpzyb7hz50i0k8ig"))))
+ (arguments
+ `(#:cargo-inputs (("rust-byteorder" ,rust-byteorder-1))
+ #:cargo-development-inputs (("rust-assert-matches"
,rust-assert-matches-1)
+ ("rust-proptest" ,rust-proptest-0.9))))))
+
(define-public rust-ethnum-1
(package
(name "rust-ethnum")
@@ -70927,23 +70944,6 @@ the file-system during development.")
(arguments
`(#:cargo-inputs (("rust-walkdir" ,rust-walkdir-2))))))
-(define-public rust-etherparse-0.9
- (package
- (inherit rust-etherparse-0.13)
- (name "rust-etherparse")
- (version "0.9.0")
- (source
- (origin
- (method url-fetch)
- (uri (crate-uri "etherparse" version))
- (file-name (string-append name "-" version ".tar.gz"))
- (sha256
- (base32 "01s86nj0k663mgxpj3r7y5wr50l5c3aq0pm4rpzyb7hz50i0k8ig"))))
- (arguments
- `(#:cargo-inputs (("rust-byteorder" ,rust-byteorder-1))
- #:cargo-development-inputs (("rust-assert-matches"
,rust-assert-matches-1)
- ("rust-proptest" ,rust-proptest-0.9))))))
-
(define-public rust-rusb-0.9
(package
(name "rust-rusb")