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

commit 86a628920634e2da61d7ad671bf1b93f3cb3de3d
Author: Efraim Flashner <[email protected]>
AuthorDate: Tue Dec 24 22:19:05 2024 +0200

    gnu: rust-which-7: Update to 7.0.1.
    
    * gnu/packages/crates-io.scm (rust-which-7): Update to 7.0.1.
    [arguments]: Update cargo-test-flags.
    [cargo-inputs]: Add rust-env-home-0.1.  Remove rust-home-0.5.
    
    Change-Id: I28554bcfe17f8c3afa88736e61f492a30ee53cfc
---
 gnu/packages/crates-io.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3b3a3ec61b..526030371f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -98298,19 +98298,19 @@ json-like data values.")
 (define-public rust-which-7
   (package
     (name "rust-which")
-    (version "7.0.0")
+    (version "7.0.1")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "which" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0swcnfhsbpzaakfq6l6madmdshvk3mj1lwrqdswlcwyyk8kx7jn9"))))
+        (base32 "0a2hvxcyx7c0gijny8l9w9462piqnchnxqxh88bdqfc3chrrwjpv"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:cargo-test-flags '("--release" "--" "--skip=it_works")
+     `(#:cargo-test-flags '("--" "--skip=it_works")
        #:cargo-inputs (("rust-either" ,rust-either-1)
-                       ("rust-home" ,rust-home-0.5)
+                       ("rust-env-home" ,rust-env-home-0.1)
                        ("rust-regex" ,rust-regex-1)
                        ("rust-rustix" ,rust-rustix-0.38)
                        ("rust-tracing" ,rust-tracing-0.1)

Reply via email to