guix-commits
[Top][All Lists]
Advanced

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

267/470: gnu: rust-httparse-1: Update to 1.8.0.


From: guix-commits
Subject: 267/470: gnu: rust-httparse-1: Update to 1.8.0.
Date: Thu, 16 Mar 2023 03:01:27 -0400 (EDT)

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

commit ad52b219951ec54159c794476279bd3ec35dfb1c
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 12:23:16 2023 +0200

    gnu: rust-httparse-1: Update to 1.8.0.
    
    * gnu/packages/crates-io.scm (rust-httparse-1): Update to 1.8.0.
---
 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 b4e653ad89..d6a940f590 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27290,7 +27290,7 @@ HTTP request or response body.")
 (define-public rust-httparse-1
   (package
     (name "rust-httparse")
-    (version "1.7.1")
+    (version "1.8.0")
     (source
      (origin
        (method url-fetch)
@@ -27298,7 +27298,7 @@ HTTP request or response body.")
        (file-name
         (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0k60q1hx96cvmjn6k3yjkff87fz0ga2a4z0g9ss8a9x5nndy4v29"))))
+        (base32 "010rrfahm1jss3p022fqf3j3jmm72vhn4iqhykahb9ynpaag75yq"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-development-inputs



reply via email to

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