gnu: rust-thiserror-1: Update to 1.0.50.
* gnu/packages/crates-io.scm (rust-thiserror-1): Update to 1.0.50. [arguments]: Don't skip build. Change-Id: I419d5ff712c3cf84c08f4f4146520e011365a76a
parent
8ac41da698
commit
91010abec2
|
@ -73685,18 +73685,17 @@ handle Unicode characters correctly.")
|
|||
(define-public rust-thiserror-1
|
||||
(package
|
||||
(name "rust-thiserror")
|
||||
(version "1.0.37")
|
||||
(version "1.0.50")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "thiserror" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0gky83x4i87gd87w3fknnp920wvk9yycp7dgkf5h3jg364vb7phh"))))
|
||||
(base32 "1ll2sfbrxks8jja161zh1pgm3yssr7aawdmaa2xmcwcsbh7j39zr"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-thiserror-impl" ,rust-thiserror-impl-1))
|
||||
#:cargo-development-inputs
|
||||
(("rust-anyhow" ,rust-anyhow-1)
|
||||
|
|
Reference in New Issue