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


View this message in rfc822 format

From: Jaeme Sifat <jaeme <at> runbox.com>
To: 66802 <at> debbugs.gnu.org
Cc: Jaeme Sifat <jaeme <at> runbox.com>
Subject: [bug#66802] [PATCH 05/21] gnu: Add rust-os-pipe-0.6.
Date: Sat, 28 Oct 2023 18:39:54 -0400
* gnu/packages/crates-io.scm (rust-os-pipe-0.6): New variable.

Signed-off-by: Jaeme Sifat <jaeme <at> runbox.com>
Change-Id: Id890a2383d0ec3d550235f331b1cdd08a135a401
---
 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 a19e8b1feb..605ffd3b1e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47786,6 +47786,22 @@ (define-public rust-os-pipe-0.8
            `(("rust-nix" ,rust-nix-0.15)
              ("rust-winapi" ,rust-winapi-0.3))))))
 
+(define-public rust-os-pipe-0.6
+  (package
+    (inherit rust-os-pipe-0.8)
+    (name "rust-os-pipe")
+    (version "0.6.2")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "os_pipe" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0gr59gkbmq69cjh52wg3wx4crvqsxb9d3zr2xcz2q133sljk40zy"))))
+    (arguments
+     `(#:cargo-inputs (("rust-nix" ,rust-nix-0.11)
+                       ("rust-winapi" ,rust-winapi-0.3))))))
+
 (define-public rust-os-pipe-0.5
   (package
     (inherit rust-os-pipe-0.8)
-- 
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.