guix-commits
[Top][All Lists]
Advanced

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

131/193: gnu: Remove rust-smallbitvec-2.


From: guix-commits
Subject: 131/193: gnu: Remove rust-smallbitvec-2.
Date: Mon, 24 Oct 2022 03:52:13 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 68fa820422951080228b2307d7eaf1a49e8e1b82
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 18 22:53:01 2022 +0300

    gnu: Remove rust-smallbitvec-2.
    
    * gnu/packages/crates-io.scm (rust-smallbitvec-2): Delete variable.
---
 gnu/packages/crates-io.scm | 22 ----------------------
 1 file changed, 22 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2672eb5bb2..4f074bebc9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -56519,28 +56519,6 @@ I/O programming.")
         ("rust-futures-core-preview" ,rust-futures-core-preview-0.3)
         ("rust-futures-io-preview" ,rust-futures-io-preview-0.3))))))
 
-(define-public rust-smallbitvec-2
-  (package
-    (name "rust-smallbitvec")
-    (version "2.5.1")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "smallbitvec" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "0plrbldsjpwip3afbzd8fgrnvdhizcg5z4ncfqs4q6x4qjflzkkm"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-development-inputs
-       (("rust-bit-vec" ,rust-bit-vec-0.4)
-        ("rust-rand" ,rust-rand-0.4))))
-    (home-page "https://github.com/servo/smallbitvec";)
-    (synopsis "Bit vector optimized for size and inline storage")
-    (description "This package provides a bit vector optimized for size and
-inline storage.")
-    (license (list license:expat license:asl2.0))))
-
 (define-public rust-smallvec-1
   (package
     (name "rust-smallvec")



reply via email to

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