all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "\( via Guix-patches" via <guix-patches@gnu.org>
To: 57721@debbugs.gnu.org
Cc: "\(" <paren@disroot.org>
Subject: [bug#57721] [PATCH v2 2/4] gnu: Add rust-os-pipe-0.8.
Date: Sun, 11 Sep 2022 09:02:04 +0100	[thread overview]
Message-ID: <20220911080206.31115-2-paren@disroot.org> (raw)
In-Reply-To: <20220911080206.31115-1-paren@disroot.org>

* gnu/packages/crates-io.scm (rust-os-pipe-0.8): New variable.
---
 gnu/packages/crates-io.scm | 19 ++++++++++++++++++-
 1 file changed, 18 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c7b971ffc2..f1a84e9d22 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -40800,10 +40800,27 @@ (define-public rust-os-pipe-0.9
          "04yjs1hf88jjm17g8a2lr7ibxyyg460rzbgcw9f1yzihq833y8zv"))))
     (native-inputs (list))))
 
-(define-public rust-os-pipe-0.5
+(define-public rust-os-pipe-0.8
   (package
     (inherit rust-os-pipe-0.9)
     (name "rust-os-pipe")
+    (version "0.8.2")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "os-pipe" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "049ax8shxik7mm68r2nf7xnrcq3z3p7hz54sbrcxwywxqsjdzs41"))))
+    (arguments
+     (list #:cargo-inputs
+           `(("rust-nix" ,rust-nix-0.15)
+             ("rust-winapi" ,rust-winapi-0.3))))))
+
+(define-public rust-os-pipe-0.5
+  (package
+    (inherit rust-os-pipe-0.8)
+    (name "rust-os-pipe")
     (version "0.5.1")
     (source
      (origin
-- 
2.37.3





  reply	other threads:[~2022-09-11  8:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-10 20:29 [bug#57721] [PATCH 0/4] gnu: base: Add greetd-wlgreet-sway-session ( via Guix-patches via
2022-09-10 20:30 ` [bug#57721] [PATCH 1/4] gnu: Add rust-greetd-ipc-0.8 ( via Guix-patches via
2022-09-10 20:30   ` [bug#57721] [PATCH 2/4] gnu: Add rust-os-pipe-0.8 ( via Guix-patches via
2022-09-10 20:30   ` [bug#57721] [PATCH 3/4] gnu: Add wlgreet ( via Guix-patches via
2022-09-10 20:30   ` [bug#57721] [PATCH 4/4] gnu: base: Add greetd-wlgreet-sway-session ( via Guix-patches via
2022-09-11  8:02 ` [bug#57721] [PATCH v2 1/4] gnu: Add rust-greetd-ipc-0.8 ( via Guix-patches via
2022-09-11  8:02   ` ( via Guix-patches via [this message]
2022-09-11  8:02   ` [bug#57721] [PATCH v2 3/4] gnu: Add wlgreet ( via Guix-patches via
2022-09-11  8:02   ` [bug#57721] [PATCH v2 4/4] gnu: base: Add greetd-wlgreet-sway-session ( via Guix-patches via
2022-10-06 14:13 ` [bug#57721] [PATCH 0/4] " Christopher Baines
2022-10-06 18:21   ` ( via Guix-patches via
2022-10-11 11:08     ` bug#57721: " Christopher Baines
2022-10-09 18:16 ` [bug#57721] [PATCH v3] " ( via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220911080206.31115-2-paren@disroot.org \
    --to=guix-patches@gnu.org \
    --cc=57721@debbugs.gnu.org \
    --cc=paren@disroot.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.