mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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:
parent
3af5497c6e
commit
b9ac9757e5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue