guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

190/330: gnu: Add rust-etherparse-0.9.


From: guix-commits
Subject: 190/330: gnu: Add rust-etherparse-0.9.
Date: Mon, 18 Mar 2024 07:16:05 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 23d32ba27b4bfef2d18fa4957241b61a3c379050
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Sun Feb 18 22:02:44 2024 +0100

    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>
---
 gnu/packages/crates-io.scm | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 238f52cacc..62aceb4c3c 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -59790,6 +59790,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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]