[bug#58294] gnu: rust-slog-stdlog: Update to 4.1.1.

Message ID 166491903061.394530.8160846304228703514@minitower
State New
Headers
Series [bug#58294] gnu: rust-slog-stdlog: Update to 4.1.1. |

Commit Message

aecepoglu Oct. 4, 2022, 9:15 p.m. UTC
  * gnu/packages/crates-io.scm (rust-slog-stdlog-4): Update to 4.1.1.
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Comments

Christopher Baines April 13, 2023, 4:55 p.m. UTC | #1
aecepoglu <aecepoglu@fastmail.fm> writes:

> * gnu/packages/crates-io.scm (rust-slog-stdlog-4): Update to 4.1.1.
> ---
>  gnu/packages/crates-io.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks for the patch, and apologies it's taken so long to review.

It looks good to me, so I've pushed it to master as
2ae84ecdd374717085f0442e460484904868dbd6.

Thanks,

Chris
  

Patch

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 9a64b356b5..16221c87d5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -59054,14 +59054,14 @@  (define-public rust-slog-scope-4
 (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