mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Add rust-lazycell-0.5.
* gnu/packages/crates-io.scm (rust-lazycell-0.5): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
4dd42718a3
commit
507efd190a
1 changed files with 16 additions and 0 deletions
|
@ -28490,6 +28490,22 @@ (define-public rust-lazycell-1
|
|||
"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-lettre-0.9
|
||||
(package
|
||||
(name "rust-lettre")
|
||||
|
|
Loading…
Reference in a new issue