Archived
1
0
Fork 0

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:
Herman Rimm 2024-02-18 22:02:44 +01:00 committed by Efraim Flashner
parent a2705ef960
commit 9012011b0b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")