guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: rust-slog-stdlog: Update to 4.1.1.


From: guix-commits
Subject: 03/10: gnu: rust-slog-stdlog: Update to 4.1.1.
Date: Thu, 13 Apr 2023 12:47:02 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 2ae84ecdd374717085f0442e460484904868dbd6
Author: aecepoglu <aecepoglu@fastmail.fm>
AuthorDate: Tue Oct 4 22:15:37 2022 +0100

    gnu: rust-slog-stdlog: Update to 4.1.1.
    
    * gnu/packages/crates-io.scm (rust-slog-stdlog-4): Update to 4.1.1.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 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 6b1f53764f..435efff276 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -54083,14 +54083,14 @@ implementations.")
 (define-public rust-slog-stdlog-4
   (package
     (name "rust-slog-stdlog")
-    (version "4.1.0")
+    (version "4.1.1")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "slog-stdlog" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0nhg9mwaf5y1gs2f7nbz3r9fngq0g3d3qvz66z5lzgxd09rsna42"))))
+        (base32 "0gpsf62ckblpc6a70dnhsz677c7s5cz4glpqsf8p5bmvwnnb41k7"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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