[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
- 03/63: gnu: Add rust-mirai-annotations-1., (continued)
- 03/63: gnu: Add rust-mirai-annotations-1., guix-commits, 2024/02/08
- 01/63: gnu: rust-clap-builder-4: Update to 4.4.16., guix-commits, 2024/02/08
- 08/63: gnu: Add rust-aws-lc-fips-sys-0.12., guix-commits, 2024/02/08
- 14/63: gnu: Add rust-rustls-0.22., guix-commits, 2024/02/08
- 15/63: gnu: Add rust-webpki-roots-0.26., guix-commits, 2024/02/08
- 16/63: gnu: rust-x509-parser-0.15: Update to 0.15.1., guix-commits, 2024/02/08
- 04/63: gnu: rust-trybuild-1: Update to 1.0.89., guix-commits, 2024/02/08
- 13/63: gnu: Add rust-rustls-webpki-0.102., guix-commits, 2024/02/08
- 10/63: gnu: Add rust-aws-lc-rs-1., guix-commits, 2024/02/08
- 11/63: gnu: Add rust-rcgen-0.12., guix-commits, 2024/02/08
- 18/63: gnu: rust-csv-core-0.1: Update to 0.1.11.,
guix-commits <=
- 17/63: gnu: Add rust-tokio-rustls-0.25., guix-commits, 2024/02/08
- 19/63: gnu: rust-csv-1: Update to 1.3.0., guix-commits, 2024/02/08
- 21/63: gnu: Add rust-tokio-tungstenite-0.20., guix-commits, 2024/02/08
- 22/63: gnu: rust-webpki-roots-0.25: Update to 0.25.4., guix-commits, 2024/02/08
- 23/63: gnu: rbw: Update to 1.9.0., guix-commits, 2024/02/08
- 24/63: gnu: rust-arg-enum-proc-macro-0.3: Update to 0.3.4., guix-commits, 2024/02/08
- 20/63: gnu: Add rust-tungstenite-0.20., guix-commits, 2024/02/08
- 25/63: gnu: Add rust-bitstream-io-2., guix-commits, 2024/02/08
- 26/63: gnu: Add rust-built-0.7., guix-commits, 2024/02/08
- 28/63: gnu: rust-interpolate-name-0.2: Update to 0.2.4., guix-commits, 2024/02/08