mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01:00
gnu: rust-tracing-core-0.1: Update to 0.1.33.
* gnu/packages/crates-io.scm (rust-tracing-core-0.1): Update to 0.1.33. Change-Id: Ic381d5359e0587f5fc06841f0a15e122b1958e9e Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
e0d8d44ef9
commit
55ab5fa8ab
1 changed files with 2 additions and 2 deletions
|
@ -84508,7 +84508,7 @@ (define-public rust-tracing-chrome-0.7
|
|||
(define-public rust-tracing-core-0.1
|
||||
(package
|
||||
(name "rust-tracing-core")
|
||||
(version "0.1.32")
|
||||
(version "0.1.33")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -84516,7 +84516,7 @@ (define-public rust-tracing-core-0.1
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0m5aglin3cdwxpvbg6kz0r9r0k31j48n0kcfwsp6l49z26k3svf0"))))
|
||||
"170gc7cxyjx824r9kr17zc9gvzx89ypqfdzq259pr56gg5bwjwp6"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue