guix-commits
[Top][All Lists]
Advanced

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

117/422: gnu: rust-log-0.4: Update to 0.4.22.


From: guix-commits
Subject: 117/422: gnu: rust-log-0.4: Update to 0.4.22.
Date: Wed, 6 Nov 2024 04:01:47 -0500 (EST)

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

commit 7a88564017a8149ef1763023235498eabbc239cf
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Sep 19 17:43:53 2024 +0300

    gnu: rust-log-0.4: Update to 0.4.22.
    
    * gnu/packages/crates-io.scm (rust-log-0.4): Update to 0.4.22.
    
    Change-Id: I37af10059c17bcdd87c390fa7f63af2e2a36ff5b
---
 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 6113acec86..cb64544b0f 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -40239,7 +40239,7 @@ network interfaces/adapters.")
 (define-public rust-log-0.4
   (package
     (name "rust-log")
-    (version "0.4.21")
+    (version "0.4.22")
     (source
      (origin
        (method url-fetch)
@@ -40247,7 +40247,7 @@ network interfaces/adapters.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "074hldq1q8rlzq2s2qa8f25hj4s3gpw71w64vdwzjd01a4g8rvch"))))
+         "093vs0wkm1rgyykk7fjbqp2lwizbixac1w52gv109p5r4jh0p9x7"))))
     (build-system cargo-build-system)
     (arguments
      `(#:tests? #f  ; Not all test files included in release.



reply via email to

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