me
/
guix
Archived
1
0
Fork 0

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
Efraim Flashner 2023-10-24 08:37:07 +03:00
parent 8ac41da698
commit 91010abec2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 4 deletions

View File

@ -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)