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

commit 1aef4ae04e30d1c4c2a5e62a5cbba839c000c731
Author: Efraim Flashner <[email protected]>
AuthorDate: Sat Dec 28 20:21:00 2024 +0200

    gnu: rust-clap-lex-0.7: Update to 0.7.4.
    
    * gnu/packages/crates-io.scm (rust-clap-lex-0.7): Update to 0.7.4.
    
    Change-Id: I46d9840637900131c18c0f94d5e9bad73e4e81ad
---
 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 9b4610807a..1efd70fe9e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14068,14 +14068,14 @@ how to behave across the three main input sources")
 (define-public rust-clap-lex-0.7
   (package
     (name "rust-clap-lex")
-    (version "0.7.2")
+    (version "0.7.4")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "clap_lex" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "15zcrc2fa6ycdzaihxghf48180bnvzsivhf0fmah24bnnaf76qhl"))))
+        (base32 "19nwfls5db269js5n822vkc8dw0wjq2h1wf0hgr06ld2g52d2spl"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-development-inputs (("rust-automod" ,rust-automod-1))))

Reply via email to