guix-commits
[Top][All Lists]
Advanced

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

31/63: gnu: rust-nom-7: Update to 7.1.3.


From: guix-commits
Subject: 31/63: gnu: rust-nom-7: Update to 7.1.3.
Date: Thu, 8 Feb 2024 14:09:37 -0500 (EST)

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

commit 4d0933f28a542f16a11795328a119f8fff99b45a
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Feb 8 10:26:45 2024 +0200

    gnu: rust-nom-7: Update to 7.1.3.
    
    * gnu/packages/crates-io.scm (rust-nom-7): Update to 7.1.3.
    
    Change-Id: I3f2cd56ce82d9929e7a063b561bf482a49a9eb95
---
 gnu/packages/crates-io.scm | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 3dc4c8fbfa..cccb4e3434 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -39580,16 +39580,14 @@ implementation (which is unstable / requires 
nightly).")
 (define-public rust-nom-7
   (package
     (name "rust-nom")
-    (version "7.1.2")
+    (version "7.1.3")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "nom" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "132lkkqd8hcbmpb90hncwknr7rn6knfq7774d679k74iqilpfl75"))))
+        (base32 "0jha9901wxam390jcf5pfa0qqfrgh8li787jx2ip0yk5b8y9hwyj"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f  ; Tests require example directory, not included in tarball.
@@ -39600,10 +39598,8 @@ implementation (which is unstable / requires 
nightly).")
        (("rust-doc-comment" ,rust-doc-comment-0.3)
         ("rust-proptest" ,rust-proptest-1))))
     (home-page "https://github.com/Geal/nom";)
-    (synopsis
-     "Byte-oriented, zero-copy, parser combinators library")
-    (description
-     "This package provides a byte-oriented, zero-copy, parser
+    (synopsis "Byte-oriented, zero-copy, parser combinators library")
+    (description "This package provides a byte-oriented, zero-copy, parser
 combinators library.")
     (license license:expat)))
 



reply via email to

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