guix-commits
[Top][All Lists]
Advanced

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

264/422: gnu: rust-color-eyre-0.6: Update to 0.6.3.


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

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

commit f738cabcfac2d088b32c4e6e3b0dd571d3bac5c1
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon Sep 23 08:26:22 2024 +0300

    gnu: rust-color-eyre-0.6: Update to 0.6.3.
    
    * gnu/packages/crates-io.scm (rust-color-eyre-0.6): Update to 0.6.3.
    [home-page]: Update home-page.
    
    Change-Id: Id1c35cac3101a9876bf1e44095f3440f545c35bc
---
 gnu/packages/crates-io.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 47cf8bf42f..3c3640c6c1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -14206,14 +14206,14 @@ sets of intervals.")
 (define-public rust-color-eyre-0.6
   (package
     (name "rust-color-eyre")
-    (version "0.6.2")
+    (version "0.6.3")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "color-eyre" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "014j49slcblg6cnsh974k9yjmi1khbm4dpmqdm1zii58rj1parjs"))
+        (base32 "1m9shifr9sdw0drszzyhvaq5jysrsiki44bl7m1gfdzj8rg6y52m"))
        (snippet
         #~(begin (use-modules (guix build utils))
                  ;; https://github.com/eyre-rs/eyre/pull/175
@@ -14241,7 +14241,7 @@ sets of intervals.")
         ("rust-tracing" ,rust-tracing-0.1)
         ("rust-tracing-subscriber" ,rust-tracing-subscriber-0.3)
         ("rust-wasm-bindgen-test" ,rust-wasm-bindgen-test-0.3))))
-    (home-page "https://github.com/yaahc/color-eyre";)
+    (home-page "https://github.com/eyre-rs/eyre";)
     (synopsis "Error report handler for panics")
     (description
      "An error report handler for panics and eyre::Reports for colorful, 
consistent,



reply via email to

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