guix-commits
[Top][All Lists]
Advanced

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

18/63: gnu: rust-csv-core-0.1: Update to 0.1.11.


From: guix-commits
Subject: 18/63: gnu: rust-csv-core-0.1: Update to 0.1.11.
Date: Thu, 8 Feb 2024 14:09:28 -0500 (EST)

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

commit 381b2f96f7de6f19df7e7f211d7fc3c65d732945
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 7 16:53:16 2024 +0200

    gnu: rust-csv-core-0.1: Update to 0.1.11.
    
    * gnu/packages/crates-io.scm (rust-csv-core-0.1): Update to 0.1.11.
    
    Change-Id: I57ad4392679cc723a62324b3cc64eb3053e44d23
---
 gnu/packages/crates-io.scm | 20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 1df1c256ff..671b0e67f9 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -15466,27 +15466,21 @@ character.")
 (define-public rust-csv-core-0.1
   (package
     (name "rust-csv-core")
-    (version "0.1.10")
+    (version "0.1.11")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "csv-core" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "145wcc3560v1kmysqqspvddppiysr2rifqzy4nnlh3r6kxanc91b"))))
+        (base32 "0w7s7qa60xb054rqddpyg53xq2b29sf3rbhcl8sbdx02g4yjpyjy"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:cargo-inputs
-       (("rust-memchr" ,rust-memchr-2))
-       #:cargo-development-inputs
-       (("rust-arrayvec" ,rust-arrayvec-0.5))))
+     `(#:cargo-inputs (("rust-memchr" ,rust-memchr-2))
+       #:cargo-development-inputs (("rust-arrayvec" ,rust-arrayvec-0.5))))
     (home-page "https://github.com/BurntSushi/rust-csv";)
-    (synopsis
-     "Bare bones CSV parsing with no_std support")
-    (description
-     "Bare bones CSV parsing with no_std support.")
+    (synopsis "Bare bones CSV parsing with no_std support")
+    (description "Bare bones CSV parsing with no_std support.")
     (license (list license:unlicense license:expat))))
 
 (define-public rust-cstr-core-0.2



reply via email to

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