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

commit 495695d9671133499b89193cdc7c38fa36f0ba59
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed Dec 4 21:33:06 2024 +0200

    gnu: rust-httparse-1: Update to 1.9.5.
    
    * gnu/packages/crates-web.scm (rust-httparse-1): Update to 1.9.5.
    
    Change-Id: Idb9210dacd9a46de72e3015a56e142e0b4e5f676
---
 gnu/packages/crates-web.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index 027650e477..256f633cfe 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -3450,15 +3450,14 @@ dependencies.")
 (define-public rust-httparse-1
   (package
     (name "rust-httparse")
-    (version "1.8.0")
+    (version "1.9.5")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "httparse" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "010rrfahm1jss3p022fqf3j3jmm72vhn4iqhykahb9ynpaag75yq"))))
+        (base32 "0ip9v8m9lvgvq1lznl31wvn0ch1v254na7lhid9p29yx9rbx6wbx"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-development-inputs

Reply via email to