me
/
guix
Archived
1
0
Fork 0

gnu: rust-tracing-0.1: Update to 0.1.36.

* gnu/packages/crates-io.scm (rust-tracing-0.1): Update to 0.1.36.
master
Ricardo Wurmus 2022-09-01 18:58:39 +02:00
parent 613c09941e
commit bc248300c0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -66951,14 +66951,14 @@ server @code{Service} tests.")
(define-public rust-tracing-0.1
(package
(name "rust-tracing")
(version "0.1.23")
(version "0.1.36")
(source
(origin
(method url-fetch)
(uri (crate-uri "tracing" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1ww7akgck54yc9a2yrl7qnvqpqgwiz6ab2cd1lq377h2zli0mm7p"))))
(base32 "01s3qsm1jfz4h4l401lhy8j2yfds45kpb234l447v9k0pmkrbkig"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs