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
This commit is contained in:
parent
46f1f70352
commit
ff492bcd62
@ -15466,27 +15466,21 @@ character.")
|
|||||||
(define-public rust-csv-core-0.1
|
(define-public rust-csv-core-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-csv-core")
|
(name "rust-csv-core")
|
||||||
(version "0.1.10")
|
(version "0.1.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "csv-core" version))
|
(uri (crate-uri "csv-core" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0w7s7qa60xb054rqddpyg53xq2b29sf3rbhcl8sbdx02g4yjpyjy"))))
|
||||||
"145wcc3560v1kmysqqspvddppiysr2rifqzy4nnlh3r6kxanc91b"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs (("rust-memchr" ,rust-memchr-2))
|
||||||
(("rust-memchr" ,rust-memchr-2))
|
#:cargo-development-inputs (("rust-arrayvec" ,rust-arrayvec-0.5))))
|
||||||
#:cargo-development-inputs
|
|
||||||
(("rust-arrayvec" ,rust-arrayvec-0.5))))
|
|
||||||
(home-page "https://github.com/BurntSushi/rust-csv")
|
(home-page "https://github.com/BurntSushi/rust-csv")
|
||||||
(synopsis
|
(synopsis "Bare bones CSV parsing with no_std support")
|
||||||
"Bare bones CSV parsing with no_std support")
|
(description "Bare bones CSV parsing with no_std support.")
|
||||||
(description
|
|
||||||
"Bare bones CSV parsing with no_std support.")
|
|
||||||
(license (list license:unlicense license:expat))))
|
(license (list license:unlicense license:expat))))
|
||||||
|
|
||||||
(define-public rust-cstr-core-0.2
|
(define-public rust-cstr-core-0.2
|
||||||
|
Loading…
Reference in New Issue
Block a user