guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: rust-env-logger-0.8: Update to 0.8.3.


From: guix-commits
Subject: branch master updated: gnu: rust-env-logger-0.8: Update to 0.8.3.
Date: Tue, 23 Mar 2021 06:25:43 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new e44b968  gnu: rust-env-logger-0.8: Update to 0.8.3.
e44b968 is described below

commit e44b968bf6a8041095c3571a5ec71786969f8784
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Mar 23 12:24:39 2021 +0200

    gnu: rust-env-logger-0.8: Update to 0.8.3.
    
    * gnu/packages/crates-io.scm (rust-env-logger-0.8): Update to 0.8.3.
---
 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 7d4edd9..123a95a 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -13071,14 +13071,14 @@ convert enum to u8 slice ref.")
 (define-public rust-env-logger-0.8
   (package
     (name "rust-env-logger")
-    (version "0.8.2")
+    (version "0.8.3")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "env-logger" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "07k6m6igz02g2b1v7nims7vd8azwxrav43xl14a6rjmxnikcnvpj"))))
+        (base32 "0gwx1pvbv99fj9wpicknyv4p2vj997xpva8ac5dg03m35q0jlf8p"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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