GNU bug report logs - #66802
[PATCH 00/21] Add More Rust Crates.

Previous Next

Package: guix-patches;

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 #20 received at 66802 <at> debbugs.gnu.org (full text, mbox):

From: Jaeme Sifat <jaeme <at> runbox.com>
To: 66802 <at> debbugs.gnu.org
Cc: Jaeme Sifat <jaeme <at> runbox.com>
Subject: [PATCH 03/21] gnu: Add rust-lazy-static-1.1.
Date: Sat, 28 Oct 2023 18:39:52 -0400
* gnu/packages/crates-io.scm (rust-lazy-static-1.1): New variable.

Signed-off-by: Jaeme Sifat <jaeme <at> runbox.com>
Change-Id: Iaa9eaf25638111e9e5d829083f852098ef978797
---
 gnu/packages/crates-io.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f6491a487d..e171656543 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -36441,6 +36441,22 @@ (define-public rust-lazy-static-1
     (license (list license:asl2.0
                    license:expat))))
 
+(define-public rust-lazy-static-1.1
+  (package
+    (inherit rust-lazy-static-1)
+    (name "rust-lazy-static")
+    (version "1.1.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "lazy_static" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0az813wdll13lksglr7wj1lr5iiyvx4ya127rx4zpbhr69ldm7nq"))))
+    (arguments
+     `(#:cargo-inputs (("rust-spin" ,rust-spin-0.4)
+                       ("rust-version-check" ,rust-version-check-0.1))))))
+
 (define-public rust-lazy-static-0.2
   (package
     (inherit rust-lazy-static-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.