gnu: rust-bstr-0.2: Update to 0.2.15.

* gnu/packages/crates-io.scm (rust-bstr-0.2): Update to 0.2.15.
This commit is contained in:
Nicolas Goaziou 2021-03-02 14:12:07 +01:00
parent 3af5497c6e
commit b9ac9757e5
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -5326,7 +5326,7 @@ (define-public rust-bson-0.14
(define-public rust-bstr-0.2
(package
(name "rust-bstr")
(version "0.2.12")
(version "0.2.15")
(source
(origin
(method url-fetch)
@ -5335,7 +5335,7 @@ (define-public rust-bstr-0.2
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"0hazfback6i2k3vhhwyj8h46id3y58zxqh22pz46hj9r1zayd298"))))
"0gca4v6448clsssll3y787jgw542c9mw9phqdi7419g1jfnlf2x4"))))
(build-system cargo-build-system)
(arguments
`(#:skip-build? #t