GNU bug report logs -
#66802
[PATCH 00/21] Add More Rust Crates.
Previous Next
Reported by: Jaeme Sifat <jaeme <at> runbox.com>
Date: Sat, 28 Oct 2023 22:38:02 UTC
Severity: normal
Tags: patch
Done: Jaeme Sifat <jaeme <at> runbox.com>
Bug is archived. No further changes may be made.
Full log
Message #23 received at 66802 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/crates-io.scm (rust-lazycell-0.6): New variable.
Signed-off-by: Jaeme Sifat <jaeme <at> runbox.com>
Change-Id: I0beb715c7d1596cdae9649aed8e7515ec0fb5049
---
gnu/packages/crates-io.scm | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 605ffd3b1e..7b0b913303 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -36515,6 +36515,21 @@ (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.6
+ (package
+ (inherit rust-lazycell-1)
+ (name "rust-lazycell")
+ (version "0.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "lazycell" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1vy0gxy28z8afkqhvgl6x895k72i1wsxarnmw4zlmvvhphwqiw56"))))
+ (arguments
+ `(#:cargo-inputs (("rust-clippy" ,rust-clippy-0.0))))))
+
(define-public rust-lazycell-0.5
(package
(inherit rust-lazycell-1)
--
2.41.0
This bug report was last modified 1 year and 247 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.