gnu: rust-blobby-0.3: Update to 0.3.1.
* gnu/packages/crates-io.scm (rust-blobby-0.3): Update to 0.3.1. [arguments]: <#:cargo-development-inputs>: Use rust-hex-0.4. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
371e4ce4e1
commit
22a586bca5
1 changed files with 3 additions and 4 deletions
|
|
@ -6552,7 +6552,7 @@ BLAKE2bp hash functions.")
|
||||||
(define-public rust-blobby-0.3
|
(define-public rust-blobby-0.3
|
||||||
(package
|
(package
|
||||||
(name "rust-blobby")
|
(name "rust-blobby")
|
||||||
(version "0.3.0")
|
(version "0.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
|
@ -6560,12 +6560,11 @@ BLAKE2bp hash functions.")
|
||||||
(file-name
|
(file-name
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1v7a6lzxbvrxpnk2jv895315v7yas1cvk26mmbl90ylp1719ax44"))))
|
||||||
"1s2f3a7lx5rd26554d9940basff7qpyf1y8gkc309cgc8csmalpw"))))
|
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-development-inputs
|
`(#:cargo-development-inputs
|
||||||
(("rust-hex" ,rust-hex-0.3))))
|
(("rust-hex" ,rust-hex-0.4))))
|
||||||
(home-page "https://github.com/RustCrypto/utils")
|
(home-page "https://github.com/RustCrypto/utils")
|
||||||
(synopsis "Iterator over simple binary blob storage")
|
(synopsis "Iterator over simple binary blob storage")
|
||||||
(description "This package provides an iterator over simple binary blob
|
(description "This package provides an iterator over simple binary blob
|
||||||
|
|
|
||||||
Reference in a new issue