guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#70146] [PATCH 004/147] gnu: rust-shlex-1: Update to 1.3.0.


From: Jean-Pierre De Jesus DIAZ
Subject: [bug#70146] [PATCH 004/147] gnu: rust-shlex-1: Update to 1.3.0.
Date: Tue, 2 Apr 2024 18:03:16 +0200

* gnu/packages/crates-io.scm (rust-shlex-1): Update to 1.3.0.

Change-Id: Ifc074bf90c6fd0f2cfb62a5dbc2cc22c2a76efc3
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index ba64a5d47d..38efcd255d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -61609,14 +61609,14 @@ (define-public rust-shellexpand-2
 (define-public rust-shlex-1
   (package
     (name "rust-shlex")
-    (version "1.2.0")
+    (version "1.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "shlex" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "1033pj9dyb76nm5yv597nnvj3zpvr2aw9rm5wy0gah3dk99f1km7"))))
+        (base32 "0r1y6bv26c1scpxvhg2cabimrmwgbp4p3wy6syj9n0c4s3q2znhg"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/comex/rust-shlex";)
     (synopsis "Split a string into shell words, like Python's shlex")
-- 
2.41.0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]