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

* gnu/packages/crates-io.scm (rust-bstr-0.2): Update to 0.2.17.
This commit is contained in:
Ricardo Wurmus 2022-09-21 11:55:14 +02:00
parent 45cd9aed7c
commit 4130104b50
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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