gnu: Add rust-etherparse-0.9.
* gnu/packages/crates-io.scm (rust-etherparse-0.9): Add variable. Change-Id: Icbac5d22222aa417aa44500cf232cc61ee81c96f Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
a2705ef960
commit
9012011b0b
1 changed files with 17 additions and 0 deletions
|
@ -59963,6 +59963,23 @@ the file-system during development.")
|
|||
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-rust-hawktracer-0.7
|
||||
(package
|
||||
(name "rust-rust-hawktracer")
|
||||
|
|
Reference in a new issue