[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
25/409: gnu: rust-remove-dir-all-0.8: Update to 0.8.4.
From: |
guix-commits |
Subject: |
25/409: gnu: rust-remove-dir-all-0.8: Update to 0.8.4. |
Date: |
Thu, 19 Dec 2024 02:21:32 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit d8eb406499d0703f9f35d7fe28cb7ec1066cd099
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Dec 2 20:18:40 2024 +0200
gnu: rust-remove-dir-all-0.8: Update to 0.8.4.
* gnu/packages/crates-windows.scm (rust-remove-dir-all-0.8): Update to
0.8.4.
[cargo-inputs]: Replace rust-env-logger-0.10 with 0.11, rust-fs-at-0.1
with 0.2, rust-windows-sys-0.45 with 0.59. Remove rust-aligned-0.4.
[cargo-development-inputs]: Replace rust-env-logger-0.10 with 0.11.
Change-Id: I175edd30ba0fb6554110de2603e70d9cb5c726db
---
gnu/packages/crates-windows.scm | 16 +++++++---------
1 file changed, 7 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/crates-windows.scm b/gnu/packages/crates-windows.scm
index bbec5f1b08..b340fe80d7 100644
--- a/gnu/packages/crates-windows.scm
+++ b/gnu/packages/crates-windows.scm
@@ -704,32 +704,30 @@ for MinGW-w64 and MSVC (cross-)compile targets.")
(define-public rust-remove-dir-all-0.8
(package
(name "rust-remove-dir-all")
- (version "0.8.2")
+ (version "0.8.4")
(source (origin
(method url-fetch)
(uri (crate-uri "remove_dir_all" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "0ay0mi06ak1n5gw3yjgp0hvzl59nj31ahxpdqvczw5qrvkx5r293"))))
+ "0jpbki3idrzinspdypcczjqx6nazwmfixk7n4w8la11ixghgk556"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
- (("rust-aligned" ,rust-aligned-0.4)
- ("rust-cfg-if" ,rust-cfg-if-1)
+ (("rust-cfg-if" ,rust-cfg-if-1)
("rust-clap" ,rust-clap-4)
("rust-cvt" ,rust-cvt-0.1)
- ("rust-env-logger" ,rust-env-logger-0.10)
- ("rust-fs-at" ,rust-fs-at-0.1)
- ("rust-lazy-static" ,rust-lazy-static-1)
+ ("rust-env-logger" ,rust-env-logger-0.11)
+ ("rust-fs-at" ,rust-fs-at-0.2)
("rust-libc" ,rust-libc-0.2)
("rust-log" ,rust-log-0.4)
("rust-normpath" ,rust-normpath-1)
("rust-rayon" ,rust-rayon-1)
- ("rust-windows-sys" ,rust-windows-sys-0.45))
+ ("rust-windows-sys" ,rust-windows-sys-0.59))
#:cargo-development-inputs
(("rust-doc-comment" ,rust-doc-comment-0.3)
- ("rust-env-logger" ,rust-env-logger-0.10)
+ ("rust-env-logger" ,rust-env-logger-0.11)
("rust-log" ,rust-log-0.4)
("rust-tempfile" ,rust-tempfile-3)
("rust-test-log" ,rust-test-log-0.2))))
- 14/409: gnu: rust-gix-validate-0.9: Update to 0.9.1., (continued)
- 14/409: gnu: rust-gix-validate-0.9: Update to 0.9.1., guix-commits, 2024/12/19
- 20/409: gnu: Add rust-fs-at-0.2., guix-commits, 2024/12/19
- 19/409: gnu: Add rust-fs-set-times-0.20., guix-commits, 2024/12/19
- 11/409: gnu: rust-gix-sec-0.10: Update to 0.10.9., guix-commits, 2024/12/19
- 18/409: gnu: rust-embed-resource-2: Update to 2.5.1., guix-commits, 2024/12/19
- 26/409: gnu: rust-schannel-0.1: Update to 0.1.27., guix-commits, 2024/12/19
- 22/409: gnu: rust-output-vt100-0.1: Update to 0.1.3., guix-commits, 2024/12/19
- 24/409: gnu: rust-env-logger-0.11: Update to 0.11.5., guix-commits, 2024/12/19
- 21/409: gnu: rust-ipconfig-0.3: Update to 0.3.2., guix-commits, 2024/12/19
- 27/409: gnu: rust-winapi-util-0.1: Update to 0.1.9., guix-commits, 2024/12/19
- 25/409: gnu: rust-remove-dir-all-0.8: Update to 0.8.4.,
guix-commits <=
- 402/409: gnu: Add rust-mark-flaky-tests-macro-1., guix-commits, 2024/12/19
- 360/409: gnu: Add rust-pyo3-macros-0.22., guix-commits, 2024/12/19
- 403/409: gnu: Add rust-mark-flaky-tests-1., guix-commits, 2024/12/19
- 362/409: gnu: Add rust-pyo3-ffi-0.22., guix-commits, 2024/12/19
- 28/409: gnu: rust-winapi-wsapoll-0.1: Update to 0.1.2., guix-commits, 2024/12/19
- 33/409: gnu: rust-clipboard-win-5: Update to 5.4.0., guix-commits, 2024/12/19
- 32/409: gnu: rust-security-framework-sys-0.2: Mark as deprecated., guix-commits, 2024/12/19
- 35/409: gnu: rust-textwrap-0.16: Update to 0.16.1., guix-commits, 2024/12/19
- 34/409: gnu: rust-tokio-stream-0.1: Update to 0.1.16., guix-commits, 2024/12/19
- 37/409: gnu: rust-slotmap-1: Update to 1.0.7., guix-commits, 2024/12/19