Archived
1
0
Fork 0

gnu: rust-shell-words-1: Update to 1.1.0.

* gnu/packages/crates-io.scm (rust-shell-words-1): Update to 1.1.0.
This commit is contained in:
Efraim Flashner 2023-07-26 12:05:27 +03:00
parent 94dd728cc8
commit 968ab3154b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -60017,14 +60017,14 @@ exactly where a binary came from and how it was built.")
(define-public rust-shell-words-1 (define-public rust-shell-words-1
(package (package
(name "rust-shell-words") (name "rust-shell-words")
(version "1.0.0") (version "1.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "shell-words" version)) (uri (crate-uri "shell-words" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "0x5hw7ch98sp6b99ihxjs5vw5dmwg4yvy4yxzr59394xr4w3kymn")))) (base32 "1plgwx8r0h5ismbbp6cp03740wmzgzhip85k5hxqrrkaddkql614"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(home-page "https://github.com/tmiasko/shell-words") (home-page "https://github.com/tmiasko/shell-words")
(synopsis "Process command line according to parsing rules of UNIX shell") (synopsis "Process command line according to parsing rules of UNIX shell")