diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-07-26 12:05:27 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-08-14 19:38:16 +0300 |
commit | 968ab3154b4ad5ea4377b3d446071d16303fd3ac (patch) | |
tree | a7c930831291229c24cf408830f294ed79a31430 /gnu | |
parent | 94dd728cc8069ad5d4886cc519088bbc5caccd3b (diff) | |
download | guix-968ab3154b4ad5ea4377b3d446071d16303fd3ac.tar.gz |
gnu: rust-shell-words-1: Update to 1.1.0.
* gnu/packages/crates-io.scm (rust-shell-words-1): Update to 1.1.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/crates-io.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index 27eff9d57d..875f4ebf14 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -60017,14 +60017,14 @@ exactly where a binary came from and how it was built.") (define-public rust-shell-words-1 (package (name "rust-shell-words") - (version "1.0.0") + (version "1.1.0") (source (origin (method url-fetch) (uri (crate-uri "shell-words" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "0x5hw7ch98sp6b99ihxjs5vw5dmwg4yvy4yxzr59394xr4w3kymn")))) + (base32 "1plgwx8r0h5ismbbp6cp03740wmzgzhip85k5hxqrrkaddkql614")))) (build-system cargo-build-system) (home-page "https://github.com/tmiasko/shell-words") (synopsis "Process command line according to parsing rules of UNIX shell") |