guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

266/422: gnu: rust-eyre-0.6: Update to 0.6.12.


From: guix-commits
Subject: 266/422: gnu: rust-eyre-0.6: Update to 0.6.12.
Date: Wed, 6 Nov 2024 04:02:36 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit a74eaca083c22ad4298f79dfda46abbe84d2289d
Author: Efraim Flashner <efraim@flashner.co.il>
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 8e41961cea..fe2a305a88 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]