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

commit e3a14cdb702d5093dc90fe28bd95ee028ad08755
Author: Efraim Flashner <[email protected]>
AuthorDate: Sun Jan 5 15:59:38 2025 +0200

    gnu: Add rust-remove-dir-all-1.
    
    * gnu/packages/crates-windows.scm (rust-remove-dir-all-1): New variable.
    (rust-remove-dir-all-0.8): Delete variable.
    
    Change-Id: I5beddbc773b4bf9ed2cc0586957c65cf05a9e514
---
 gnu/packages/crates-windows.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-windows.scm b/gnu/packages/crates-windows.scm
index 67a99379c0..2f212190dd 100644
--- a/gnu/packages/crates-windows.scm
+++ b/gnu/packages/crates-windows.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2019-2024 Efraim Flashner <[email protected]>
+;;; Copyright © 2019-2025 Efraim Flashner <[email protected]>
 ;;; Copyright © 2020, 2021 John Soo <[email protected]>
 ;;; Copyright © 2020 Valentin Ignatev <[email protected]>
 ;;; Copyright © 2020 Arun Isaac <[email protected]>
@@ -752,17 +752,17 @@ Windows's named pipes.")
 for MinGW-w64 and MSVC (cross-)compile targets.")
     (license license:expat)))
 
-(define-public rust-remove-dir-all-0.8
+(define-public rust-remove-dir-all-1
   (package
     (name "rust-remove-dir-all")
-    (version "0.8.4")
+    (version "1.0.0")
     (source (origin
               (method url-fetch)
               (uri (crate-uri "remove_dir_all" version))
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0jpbki3idrzinspdypcczjqx6nazwmfixk7n4w8la11ixghgk556"))))
+                "026xl6wlkjxksm1n3dcccygssami56aa937h6vgnmxxcfnsc1340"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs
@@ -791,7 +791,7 @@ for MinGW-w64 and MSVC (cross-)compile targets.")
 
 (define-public rust-remove-dir-all-0.5
   (package
-    (inherit rust-remove-dir-all-0.8)
+    (inherit rust-remove-dir-all-1)
     (name "rust-remove-dir-all")
     (version "0.5.3")
     (source

Reply via email to