diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-10-27 20:48:09 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-11-28 07:58:51 +0200 |
commit | 3a72f299e41d21673256302ed23d7f96e674ef92 (patch) | |
tree | 79c531552a3039e594f335d0710edb26de3e75f2 /gnu | |
parent | be6c2052d2a1df0fb1313de58d15ed4f4e829586 (diff) | |
download | guix-3a72f299e41d21673256302ed23d7f96e674ef92.tar.gz |
gnu: rust-shlex-1: Update to 1.2.0.
* gnu/packages/crates-io.scm (rust-shlex-1): Update to 1.2.0. Change-Id: If0de05362dd512dea0ae5bcef605dbbefecfd541
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 e1d45daf60..c4ded0cb42 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -68306,14 +68306,14 @@ some context).") (define-public rust-shlex-1 (package (name "rust-shlex") - (version "1.1.0") + (version "1.2.0") (source (origin (method url-fetch) (uri (crate-uri "shlex" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "18zqcay2dgxgrd1r645mb79m4q745jcrqj659k11bwh99lx8bcj3")))) + (base32 "1033pj9dyb76nm5yv597nnvj3zpvr2aw9rm5wy0gah3dk99f1km7")))) (build-system cargo-build-system) (home-page "https://github.com/comex/rust-shlex") (synopsis "Split a string into shell words, like Python's shlex") |