mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-05 18:29:28 +01:00
gnu: Remove rust-lazycell-0.5.
* gnu/packages/crates-io.scm (rust-lazycell-0.5): Delete variable. Change-Id: I1c2ef090a285f4c86b8537ad0da3a2195e7b104b
This commit is contained in:
parent
bd15b71101
commit
453665e578
1 changed files with 0 additions and 16 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue