guix-commits
[Top][All Lists]
Advanced

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

116/154: gnu: Remove rust-lazycell-0.5.


From: guix-commits
Subject: 116/154: gnu: Remove rust-lazycell-0.5.
Date: Mon, 22 Jan 2024 15:37:09 -0500 (EST)

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

commit dc260040c38711830582d57c9e494554d86f8054
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Jan 22 22:06:19 2024 +0200

    gnu: Remove rust-lazycell-0.5.
    
    * gnu/packages/crates-io.scm (rust-lazycell-0.5): Delete variable.
    
    Change-Id: I1c2ef090a285f4c86b8537ad0da3a2195e7b104b
---
 gnu/packages/crates-io.scm | 16 ----------------
 1 file changed, 16 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ad1a686315..6bd0a680d8 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -31910,22 +31910,6 @@ requires non-const function calls to be computed.")
      "This package provides a library providing a lazily filled Cell struct.")
     (license (list license:expat license:asl2.0))))
 
-(define-public rust-lazycell-0.5
-  (package
-    (inherit rust-lazycell-1)
-    (name "rust-lazycell")
-    (version "0.5.1")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (crate-uri "lazycell" version))
-       (file-name (string-append name "-" version ".tar.gz"))
-       (sha256
-        (base32 "16w5c75sb7xjica1ys6w8ndxvy001y52fjz722m07yqid1x5nn1v"))))
-    (arguments
-     `(#:cargo-inputs
-       (("rust-clippy" ,rust-clippy-0.0))))))
-
 (define-public rust-lddtree-0.3
   (package
     (name "rust-lddtree")



reply via email to

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