guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: rust-os-pipe: Update to 0.9.2.


From: guix-commits
Subject: 01/04: gnu: rust-os-pipe: Update to 0.9.2.
Date: Wed, 10 Nov 2021 11:37:23 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit ee7c96a6a4dfed3bef91e64dc8dd83eaabf563b3
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Oct 19 11:12:02 2021 -0400

    gnu: rust-os-pipe: Update to 0.9.2.
    
    * gnu/packages/crates-io.scm (rust-os-pipe-0.8): Replace with ...
    (rust-os-pipe-0.9): ... new variable.
    (arguments)<#:cargo-inputs>: Replace rust-nix-0.15 with rust-libc-0.2.
---
 gnu/packages/crates-io.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index fe2e89b..7764911 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -33462,10 +33462,10 @@ under its new name.")
      "This library detects the operating system type and version.")
     (license license:expat)))
 
-(define-public rust-os-pipe-0.8
+(define-public rust-os-pipe-0.9
   (package
     (name "rust-os-pipe")
-    (version "0.8.2")
+    (version "0.9.2")
     (source
      (origin
        (method url-fetch)
@@ -33474,12 +33474,12 @@ under its new name.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "049ax8shxik7mm68r2nf7xnrcq3z3p7hz54sbrcxwywxqsjdzs41"))))
+         "04yjs1hf88jjm17g8a2lr7ibxyyg460rzbgcw9f1yzihq833y8zv"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t
        #:cargo-inputs
-       (("rust-nix" ,rust-nix-0.15)
+       (("rust-libc" ,rust-libc-0.2)
         ("rust-winapi" ,rust-winapi-0.3))))
     (home-page
      "https://github.com/oconnor663/os_pipe.rs";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]