guix-commits
[Top][All Lists]
Advanced

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

50/135: gnu: rust-shlex-1: Update to 1.3.0.


From: guix-commits
Subject: 50/135: gnu: rust-shlex-1: Update to 1.3.0.
Date: Wed, 27 Mar 2024 04:54:52 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit 69082c67c89b16bf1f630a18e81b6380f87b9d85
Author: VÖRÖSKŐI András <voroskoi@gmail.com>
AuthorDate: Sat Feb 24 21:40:10 2024 +0100

    gnu: rust-shlex-1: Update to 1.3.0.
    
    * gnu/packages/crates-io.scm (rust-shlex-1): Update to 1.3.0.
    
    Change-Id: I9c71315b77a5ac2a09e66ac236889e3661a75008
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 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 ea99473fba..665e317234 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -67207,14 +67207,14 @@ some context).")
 (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")



reply via email to

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