guix-patches
[Top][All Lists]
Advanced

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

[bug#66842] [PATCH 02/39] gnu: rust-shellexpand-2: Update to 2.1.2.


From: Jaeme Sifat
Subject: [bug#66842] [PATCH 02/39] gnu: rust-shellexpand-2: Update to 2.1.2.
Date: Mon, 30 Oct 2023 22:52:06 -0400

* gnu/packages/crates-io.scm (rust-shellexpand-2): Update to 2.1.2.

Change-Id: I8f3a62e2fdde0883a89995a295911ed1e6246be7
---
 gnu/packages/crates-io.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 5ead7a9a0e..a4828d6eab 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -65785,19 +65785,17 @@ (define-public rust-shell-words-0.1
 (define-public rust-shellexpand-2
   (package
     (name "rust-shellexpand")
-    (version "2.1.0")
+    (version "2.1.2")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "shellexpand" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0a981ynym0hipnvkd93ihszdszjqs0cslj5ilzsdv19d3f1vggc3"))))
+        (base32 "1r0i1r2r3dv0rc82xc5vhxmwl3zbvblf91sgmwls0k8chiv81k3w"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:skip-build? #t
-       #:cargo-inputs
-       (("rust-dirs-next" ,rust-dirs-next-2))))
+     `(#:cargo-inputs (("rust-dirs" ,rust-dirs-4))))
     (home-page "https://github.com/netvl/shellexpand";)
     (synopsis "Shell-like expansions in strings")
     (description
-- 
2.34.1






reply via email to

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