gnu: rust-bytes-1: Update to 1.0.1.

* gnu/packages/crates-io.scm (rust-bytes-1): Update to 1.0.1.
This commit is contained in:
Nicolas Goaziou 2021-02-16 22:31:14 +01:00
parent 15b84d0bb0
commit c0df77f1e6
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5736,14 +5736,14 @@ (define-public rust-byteorder-0.5
(define-public rust-bytes-1
(package
(name "rust-bytes")
(version "1.0.0")
(version "1.0.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "bytes" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0wpsy2jwmbrsn7x6vcd00hw9vvz071lv8nrb25wrspvmkna8w7xd"))))
(base32 "0h6h1c8g3yj2b4k8g25gr3246mq985y0kl3z685cs784fr1ww05p"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs