gnu: rust-shellexpand-2: Update to 2.1.2.

* gnu/packages/crates-io.scm (rust-shellexpand-2): Update to 2.1.2.
[arguments]: Don't skip build.
[cargo-inputs]: Add rust-dirs-4.  Remove rust-dirs-next-2.

Change-Id: I8f3a62e2fdde0883a89995a295911ed1e6246be7
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Jaeme Sifat 2023-10-30 22:52:06 -04:00 committed by Efraim Flashner
parent 477c9aaa8f
commit 97eda59e30
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -70674,19 +70674,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