guix-commits
[Top][All Lists]
Advanced

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

16/37: gnu: rust-tracing-log-0.1: Update to 0.1.2.


From: guix-commits
Subject: 16/37: gnu: rust-tracing-log-0.1: Update to 0.1.2.
Date: Thu, 20 Jan 2022 18:18:02 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 23af3d5a6f66e4da71cb346937ae4e8fbefbee9a
Author: Z572 <873216071@qq.com>
AuthorDate: Wed Jan 12 23:27:36 2022 +0800

    gnu: rust-tracing-log-0.1: Update to 0.1.2.
    
    * gnu/packages/crates-io.scm (rust-tracing-log-0.1): Update to 0.1.2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index f935e07f86..bac0df9518 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -60424,7 +60424,7 @@ data.  Moved to the tracing-subscriber crate.")
 (define-public rust-tracing-log-0.1
   (package
     (name "rust-tracing-log")
-    (version "0.1.1")
+    (version "0.1.2")
     (source
      (origin
        (method url-fetch)
@@ -60433,7 +60433,7 @@ data.  Moved to the tracing-subscriber crate.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1fdr0az98q9m5kiybvdvsb2m9mg86fdidgb5czzq2d71g1qqq3sy"))))
+         "1qv1cwvdqrgvizkszbff4fvkw0m3nn5yz68r3yaw2hcflivk94m6"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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