me
/
guix
Archived
1
0
Fork 0

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
Efraim Flashner 2023-10-27 20:48:09 +03:00
parent be6c2052d2
commit 3a72f299e4
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -68306,14 +68306,14 @@ some context).")
(define-public rust-shlex-1 (define-public rust-shlex-1
(package (package
(name "rust-shlex") (name "rust-shlex")
(version "1.1.0") (version "1.2.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "shlex" version)) (uri (crate-uri "shlex" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "18zqcay2dgxgrd1r645mb79m4q745jcrqj659k11bwh99lx8bcj3")))) (base32 "1033pj9dyb76nm5yv597nnvj3zpvr2aw9rm5wy0gah3dk99f1km7"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(home-page "https://github.com/comex/rust-shlex") (home-page "https://github.com/comex/rust-shlex")
(synopsis "Split a string into shell words, like Python's shlex") (synopsis "Split a string into shell words, like Python's shlex")