guix-commits
[Top][All Lists]
Advanced

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

13/156: gnu: rust-home-0.5: Update to 0.5.5.


From: guix-commits
Subject: 13/156: gnu: rust-home-0.5: Update to 0.5.5.
Date: Tue, 24 Oct 2023 08:52:01 -0400 (EDT)

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

commit 099f5af0e6f3f4bd84956335cd60532472d9ca93
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Oct 23 22:33:27 2023 +0300

    gnu: rust-home-0.5: Update to 0.5.5.
    
    * gnu/packages/crates-io.scm (rust-home-0.5): Update to 0.5.5.
    [cargo-inputs]: Add rust-windows-sys-0.48.  Remove rust-winapi-0.3.
    [home-page]: Update to new home-page.
    
    Change-Id: Ie6ce6d09ad1634959030c6baecfc5d457e5a568d
---
 gnu/packages/crates-io.scm | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 0f66b2d1fb..4696804699 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -30644,21 +30644,18 @@ IEEE 754-2008 binary16 type.")
 (define-public rust-home-0.5
   (package
     (name "rust-home")
-    (version "0.5.3")
+    (version "0.5.5")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "home" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "0m3nfcksrj784liji1c5j47dymxw2l7hqy5fj90piadnwvrawmi4"))))
+        (base32 "1nqx1krijvpd03d96avsdyknd12h8hs3xhxwgqghf8v9xxzc4i2l"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:cargo-inputs
-       (("rust-winapi" ,rust-winapi-0.3))))
-    (home-page "https://github.com/brson/home";)
+     `(#:cargo-inputs (("rust-windows-sys" ,rust-windows-sys-0.48))))
+    (home-page "https://github.com/rust-lang/cargo";)
     (synopsis "Shared definitions of home directories")
     (description "This package provides the definition of @code{home_dir}
 used by @command{cargo} and @command{rustup}, as well as functions to find the



reply via email to

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