me
/
guix
Archived
1
0
Fork 0

gnu: rust-thiserror-impl-1: Update to 1.0.50.

* gnu/packages/crates-io.scm (rust-thiserror-impl-1): Update to 1.0.50.
[arguments]: Don't skip build.
[cargo-inputs]: Replace rust-syn-1 with 2.

Change-Id: I804c42332e3aeccb1df06157cd2a03b76931ddf3
Efraim Flashner 2023-10-24 08:36:17 +03:00
parent f3671b0817
commit 8ac41da698
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 4 additions and 5 deletions

View File

@ -73711,21 +73711,20 @@ handle Unicode characters correctly.")
(define-public rust-thiserror-impl-1 (define-public rust-thiserror-impl-1
(package (package
(name "rust-thiserror-impl") (name "rust-thiserror-impl")
(version "1.0.37") (version "1.0.50")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "thiserror-impl" version)) (uri (crate-uri "thiserror-impl" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "1fydmpksd14x1mkc24zas01qjssz8q43sbn2ywl6n527dda1fbcq")))) (base32 "1f0lmam4765sfnwr4b1n00y14vxh10g0311mkk0adr80pi02wsr6"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:cargo-inputs
#:cargo-inputs
(("rust-proc-macro2" ,rust-proc-macro2-1) (("rust-proc-macro2" ,rust-proc-macro2-1)
("rust-quote" ,rust-quote-1) ("rust-quote" ,rust-quote-1)
("rust-syn" ,rust-syn-1)))) ("rust-syn" ,rust-syn-2))))
(home-page "https://github.com/dtolnay/thiserror") (home-page "https://github.com/dtolnay/thiserror")
(synopsis "Implementation detail of the thiserror crate") (synopsis "Implementation detail of the thiserror crate")
(description "This package provides an implementation detail of the (description "This package provides an implementation detail of the