gnu: rust-os-str-bytes-6: Update to 6.5.0.
* gnu/packages/crates-io.scm (rust-os-str-bytes-6): Update to 6.5.0. [cargo-inputs]: Replace rust-print-bytes-0.5 with 1. [cargo-development-inputs]: Add rust-fastrand-1. Remove rust-getrandom-0.2. [description]: Fix typo.
This commit is contained in:
parent
5b5dc462dd
commit
d62a5fd4ed
1 changed files with 5 additions and 5 deletions
|
@ -42176,27 +42176,27 @@ easy and usable crypto while trying to minimize the use of unsafe code.")
|
||||||
(define-public rust-os-str-bytes-6
|
(define-public rust-os-str-bytes-6
|
||||||
(package
|
(package
|
||||||
(name "rust-os-str-bytes")
|
(name "rust-os-str-bytes")
|
||||||
(version "6.0.0")
|
(version "6.5.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "os-str-bytes" version))
|
(uri (crate-uri "os-str-bytes" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0r5z5xds2wzzqlqjaw96dpjsz5nqyzc1rflm4mh09aa32qyl88lf"))))
|
(base32 "0rz2711gl575ng6vm9a97q42wqnf4wk1165wn221jb8gn17z9vff"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-memchr" ,rust-memchr-2)
|
(("rust-memchr" ,rust-memchr-2)
|
||||||
("rust-print-bytes" ,rust-print-bytes-0.5)
|
("rust-print-bytes" ,rust-print-bytes-1)
|
||||||
("rust-uniquote" ,rust-uniquote-3))
|
("rust-uniquote" ,rust-uniquote-3))
|
||||||
#:cargo-development-inputs
|
#:cargo-development-inputs
|
||||||
(("rust-getrandom" ,rust-getrandom-0.2))))
|
(("rust-fastrand" ,rust-fastrand-1))))
|
||||||
(home-page "https://github.com/dylni/os_str_bytes")
|
(home-page "https://github.com/dylni/os_str_bytes")
|
||||||
(synopsis
|
(synopsis
|
||||||
"Traits for converting between byte sequences and platform-native strings")
|
"Traits for converting between byte sequences and platform-native strings")
|
||||||
(description
|
(description
|
||||||
"This package provides a traits for converting between byte sequences and
|
"This package provides a trait for converting between byte sequences and
|
||||||
platform-native strings.")
|
platform-native strings.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
|
|
Reference in a new issue