mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
gnu: rust-bstr: Update to 1.12.0.
* gnu/packages/crates-io.scm (rust-bstr-1): Update to 1.12.0. Change-Id: I8605d80df2354008d0183ba23998bf2236128318
This commit is contained in:
parent
ec735a825a
commit
72499e95ea
1 changed files with 8 additions and 8 deletions
|
@ -9337,14 +9337,14 @@ almost the same speed for encoding: about 3% slower when encoding 32 bytes.
|
|||
(define-public rust-bstr-1
|
||||
(package
|
||||
(name "rust-bstr")
|
||||
(version "1.11.1")
|
||||
(source (origin
|
||||
(version "1.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bstr" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1j32ghvgwvc40bc6g38ximk52dv1xfknkzfmdwpgjnrsd1yk0skq"))))
|
||||
(base32 "195i0gd7r7jg7a8spkmw08492n7rmiabcvz880xn2z8dkp8i6h93"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; Not all files included.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue