GNU bug report logs - #69890
[PATCH rust-team 00/43] gnu: Add procs.

Previous Next

Package: guix-patches;

Reported by: normalmente <normally_js <at> posteo.net>

Date: Tue, 19 Mar 2024 03:13:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: normalmente <normally_js <at> posteo.net>
To: 69890 <at> debbugs.gnu.org
Cc: normalmente <normally_js <at> posteo.net>, Efraim Flashner <efraim <at> flashner.co.il>
Subject: [bug#69890] [PATCH 03/43] gnu: rust-home-0.5: Update to 0.5.9.
Date: Tue, 19 Mar 2024 03:50:34 +0000
* gnu/packages/crates-io.scm (rust-home-0.5): Update to 0.5.9.

Change-Id: I673f0dddeb29fb0ceddf356cf623c7a539a1df3c
---
 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 337c7720aa..a50417eb89 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27804,17 +27804,17 @@ (define-public rust-half-1
 (define-public rust-home-0.5
   (package
     (name "rust-home")
-    (version "0.5.5")
+    (version "0.5.9")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "home" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1nqx1krijvpd03d96avsdyknd12h8hs3xhxwgqghf8v9xxzc4i2l"))))
+        (base32 "19grxyg35rqfd802pcc9ys1q3lafzlcjcv2pl2s5q8xpyr5kblg3"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:cargo-inputs (("rust-windows-sys" ,rust-windows-sys-0.48))))
+     `(#:cargo-inputs (("rust-windows-sys" ,rust-windows-sys-0.52))))
     (home-page "https://github.com/rust-lang/cargo")
     (synopsis "Shared definitions of home directories")
     (description "This package provides the definition of @code{home_dir}
-- 
2.41.0





This bug report was last modified 213 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.