[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
- branch rust-team updated (003dc790fd -> a3946d5c1d), guix-commits, 2023/10/24
- 01/156: gnu: rust: Update to 1.73.0., guix-commits, 2023/10/24
- 02/156: gnu: Add rust-adaptive-barrier-1., guix-commits, 2023/10/24
- 04/156: gnu: rust-atomic-waker-1: Update to 1.1.2., guix-commits, 2023/10/24
- 05/156: gnu: rust-base64-0.21: Update to 0.21.4., guix-commits, 2023/10/24
- 03/156: gnu: rust-anyhow-1: Update to 1.0.75., guix-commits, 2023/10/24
- 13/156: gnu: rust-home-0.5: Update to 0.5.5.,
guix-commits <=
- 06/156: gnu: rust-bytesize-1: Update to 1.3.0., guix-commits, 2023/10/24
- 16/156: gnu: rust-serde-ignored-0.1: Update to 0.1.9., guix-commits, 2023/10/24
- 38/156: gnu: Add rust-piper-0.2., guix-commits, 2023/10/24
- 34/156: gnu: rust-serde-spanned-0.6: Update to 0.6.3., guix-commits, 2023/10/24
- 32/156: gnu: rust-sha2-0.10: Update to 0.10.8., guix-commits, 2023/10/24
- 33/156: gnu: rust-semver-1: Update to 1.0.20., guix-commits, 2023/10/24
- 28/156: gnu: rust-thiserror-1: Update to 1.0.50., guix-commits, 2023/10/24
- 29/156: gnu: rust-termcolor-1: Update to 1.3.0., guix-commits, 2023/10/24
- 35/156: gnu: rust-portable-atomic-1: Update to 1.4.3., guix-commits, 2023/10/24
- 23/156: gnu: rust-walkdir-2: Update to 2.4.0., guix-commits, 2023/10/24