gnu: rust-crates-io-0.33: Update to 0.33.1.
* gnu/packages/crates-io.scm (rust-crates-io-0.33): Update to 0.33.1. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>master
parent
402536d9ce
commit
978e6d2da1
|
@ -13323,7 +13323,7 @@ to the @code{is_x86_feature_detected!} macro.")
|
|||
(define-public rust-crates-io-0.33
|
||||
(package
|
||||
(name "rust-crates-io")
|
||||
(version "0.33.0")
|
||||
(version "0.33.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -13332,7 +13332,7 @@ to the @code{is_x86_feature_detected!} macro.")
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"147mggf85fz77vsrzsvsxxwid4f4fg30zwfyirx7sl1k7y33hw91"))))
|
||||
"0nmpzr697a6v12ljwpmjrhqpmkf784nsm8m1g6jwadmkq96p3mxj"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Reference in New Issue