guix-commits
[Top][All Lists]
Advanced

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

118/410: gnu: Remove rust-byte-pool-0.2.


From: guix-commits
Subject: 118/410: gnu: Remove rust-byte-pool-0.2.
Date: Tue, 31 Dec 2024 14:36:01 -0500 (EST)

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

commit 4c00c8183df86c8bcbc6d89a1a967484e4a20b6e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 31 14:49:15 2024 +0200

    gnu: Remove rust-byte-pool-0.2.
    
    * gnu/packages/crates-io.scm (rust-byte-pool-0.2): Delete variable.
    
    Change-Id: I66a264c765a8c93df9ececb8ee8e389610cbda1f
---
 gnu/packages/crates-io.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 028f5689a6..ad6518d7de 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -10446,29 +10446,6 @@ library for wrapping text.")
      "This package provides Wrapper for comparing and hashing pointers by 
address.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-byte-pool-0.2
-  (package
-    (name "rust-byte-pool")
-    (version "0.2.4")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "byte-pool" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "0n3iibkqk5lyhwmxz0imwz1gsk4xbvs7q8m6xwjmc2zmi48v5wf2"))))
-    (build-system cargo-build-system)
-    (arguments
-     `(#:cargo-inputs
-       (("rust-crossbeam-queue" ,rust-crossbeam-queue-0.3)
-        ("rust-stable-deref-trait" ,rust-stable-deref-trait-1))))
-    (home-page "https://crates.io/crates/byte-pool";)
-    (synopsis "Pool of byte slices, for efficient memory usage")
-    (description
-     "This package provides a pool of byte slices, for efficient
-memory usage.")
-    (license (list license:asl2.0 license:expat))))
-
 (define-public rust-byte-slice-cast-1
   (package
     (name "rust-byte-slice-cast")



reply via email to

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