mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
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:
parent
477c9aaa8f
commit
97eda59e30
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue