guix-commits
[Top][All Lists]
Advanced

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

52/330: gnu: rust-os-pipe-1: Update to 1.1.5.


From: guix-commits
Subject: 52/330: gnu: rust-os-pipe-1: Update to 1.1.5.
Date: Mon, 18 Mar 2024 07:15:08 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 1bbef8ce1c9905da8789f2f62e1d1c85a9516a1f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Mar 14 12:29:54 2024 +0200

    gnu: rust-os-pipe-1: Update to 1.1.5.
    
    * gnu/packages/crates-io.scm (rust-os-pipe-1): Update to 1.1.5.
    [cargo-inputs]: Replace rust-windows-sys-0.48 with 0.52.
    
    Change-Id: Ie14f7bb27e443fc080ece129991a342764d0f251
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c31cbb9593..a77dcea919 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -44836,19 +44836,19 @@ under its new name.")
 (define-public rust-os-pipe-1
   (package
     (name "rust-os-pipe")
-    (version "1.1.4")
+    (version "1.1.5")
     (source
       (origin
         (method url-fetch)
         (uri (crate-uri "os_pipe" version))
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
-         (base32 "0xy1igr1jfd9ijhr4sccvl8mzp0jic7njdmr56lsk3220ym5ks0a"))))
+         (base32 "1fcgfg3ddnsh6vfhkk579p7z786kh1khb1dar4g4k1iri4xrq4ap"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
        (("rust-libc" ,rust-libc-0.2)
-        ("rust-windows-sys" ,rust-windows-sys-0.48))))
+        ("rust-windows-sys" ,rust-windows-sys-0.52))))
     (native-inputs
      (list python-minimal-wrapper))     ; For the tests.
     (home-page "https://github.com/oconnor663/os_pipe.rs";)



reply via email to

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