* [bug#58294] [PATCH] gnu: rust-slog-stdlog: Update to 4.1.1.
@ 2022-10-04 21:15 aecepoglu
2023-04-13 16:55 ` bug#58294: " Christopher Baines
0 siblings, 1 reply; 2+ messages in thread
From: aecepoglu @ 2022-10-04 21:15 UTC (permalink / raw)
To: 58294
* 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(-)
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
--
2.37.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-04-13 16:57 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-04 21:15 [bug#58294] [PATCH] gnu: rust-slog-stdlog: Update to 4.1.1 aecepoglu
2023-04-13 16:55 ` bug#58294: " Christopher Baines
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.