efraim pushed a commit to branch rust-team
in repository guix.
commit af8a74e7aadf86f642286f83056a0524432b57a2
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Sep 23 08:57:53 2024 +0300
gnu: rust-eyre-0.6: Update to 0.6.12.
* gnu/packages/crates-io.scm (rust-eyre-0.6): Update to 0.6.12.
[arguments]: Remove cargo-test-flags.
[cargo-inputs]: Replace rust-pyo3-0.13 with 0.20.
[cargo-development-inputs]: Replace rust-pyo3-0.13 with 0.20, rust-syn-1
with 2.
[home-page]: Update to new home-page.
Change-Id: Id89378b409438120d7cf369206a735666ea08621
---
gnu/packages/crates-io.scm | 17 +++++++----------
1 file changed, 7 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 726c5c9869..3d3b40939a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -25716,32 +25716,29 @@ like Don libes expect.")
(define-public rust-eyre-0.6
(package
(name "rust-eyre")
- (version "0.6.8")
+ (version "0.6.12")
(source (origin
(method url-fetch)
(uri (crate-uri "eyre" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1sy7x8p74jfx1mvj4ifl0lxkxaqvmswdgdr84y1dqb6055d6nasc"))))
+ "1v1a3vb9gs5zkwp4jzkcfnpg0gvyp4ifydzx37f4qy14kzcibnbw"))))
(build-system cargo-build-system)
(arguments
- `(#:cargo-test-flags (list "--release" "--"
- "--skip=macros::bail"
- "--skip=macros::ensure")
- #:cargo-inputs (("rust-indenter" ,rust-indenter-0.3)
+ `(#:cargo-inputs (("rust-indenter" ,rust-indenter-0.3)
("rust-once-cell" ,rust-once-cell-1)
- ("rust-pyo3" ,rust-pyo3-0.13))
+ ("rust-pyo3" ,rust-pyo3-0.20))
#:cargo-development-inputs (("rust-anyhow" ,rust-anyhow-1)
("rust-backtrace" ,rust-backtrace-0.3)
("rust-futures" ,rust-futures-0.3)
- ("rust-pyo3" ,rust-pyo3-0.13)
+ ("rust-pyo3" ,rust-pyo3-0.20)
("rust-rustversion" ,rust-rustversion-1)
- ("rust-syn" ,rust-syn-1)
+ ("rust-syn" ,rust-syn-2)
("rust-thiserror" ,rust-thiserror-1)
("rust-trybuild" ,rust-trybuild-1))))
(native-inputs (list python))
- (home-page "https://github.com/yaahc/eyre")
+ (home-page "https://github.com/eyre-rs/eyre")
(synopsis "Trait object based error handling type")
(description
"This library provides @code{eyre::Report}, a trait object based error