Archived
1
0
Fork 0

gnu: rust-csv-1.1: Update to 1.1.5.

* gnu/packages/crates-io.scm (rust-csv-1.1): Update to 1.1.5.
This commit is contained in:
Nicolas Goaziou 2020-12-24 11:50:52 +01:00
parent c3af32acb9
commit f78b1a62d2
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -7729,7 +7729,7 @@ reallocations.")
(define-public rust-csv-1.1 (define-public rust-csv-1.1
(package (package
(name "rust-csv") (name "rust-csv")
(version "1.1.3") (version "1.1.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -7738,7 +7738,7 @@ reallocations.")
(string-append name "-" version ".tar.gz")) (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0yd2z55m2pg4al4yng4nl2y7c9dw2v7yhg5ynihxyrmmd9zzxbq0")))) "15wydz6klf1shh1ac5n6rsihc4xrz1lzi8vjmhava94v54rqdmgr"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:skip-build? #t