guix-commits
[Top][All Lists]
Advanced

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

120/193: gnu: Remove rust-rlp-0.3.


From: guix-commits
Subject: 120/193: gnu: Remove rust-rlp-0.3.
Date: Mon, 24 Oct 2022 03:52:06 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit bdb519230619e00923a74a8d375e10ae070eecdc
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:45:59 2022 +0300

    gnu: Remove rust-rlp-0.3.
    
    * gnu/packages/crates-io.scm (rust-rlp-0.3): Delete variable.
---
 gnu/packages/crates-io.scm | 21 ---------------------
 1 file changed, 21 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9ed6a31a59..798e932089 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -48433,27 +48433,6 @@ your own implementation.")
 decoding, and compression.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-rlp-0.3
-  (package
-    (inherit rust-rlp-0.5)
-    (name "rust-rlp")
-    (version "0.3.0")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "rlp" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "082pfkdzsnzvqr5yx5qb2hildjg597p2115ywy84zma5k3zfzl8n"))))
-    (arguments
-     `(#:tests? #f                      ; The tests fail.
-       #:cargo-inputs
-       (("rust-byteorder" ,rust-byteorder-1)
-        ("rust-ethereum-types" ,rust-ethereum-types-0.4)
-        ("rust-rustc-hex" ,rust-rustc-hex-2))
-       #:cargo-development-inputs
-       (("rust-hex-literal" ,rust-hex-literal-0.1))))))
-
 (define-public rust-rls-span-0.5
   (package
     (name "rust-rls-span")



reply via email to

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