me
/
guix
Archived
1
0
Fork 0

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
master
Efraim Flashner 2024-02-07 16:53:16 +02:00
parent 46f1f70352
commit ff492bcd62
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 7 additions and 13 deletions

View File

@ -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