mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: rust-gix-trace: Update to 0.1.12.
* gnu/packages/crates-vcs.scm (rust-gix-trace-0.1): Update to 0.1.12. [home-page]: Update. Change-Id: I3c671c47087729e2e7877803f9477bedc85e402c
This commit is contained in:
parent
2837dee1f2
commit
f2303dac31
1 changed files with 3 additions and 3 deletions
|
@ -8907,20 +8907,20 @@ tempfile capability with a global registry to assure clean-up.")
|
||||||
(define-public rust-gix-trace-0.1
|
(define-public rust-gix-trace-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-gix-trace")
|
(name "rust-gix-trace")
|
||||||
(version "0.1.11")
|
(version "0.1.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "gix-trace" version))
|
(uri (crate-uri "gix-trace" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0lmr5qqdk44xbz695asvwvc60ggaxrd12gjdl8izrw991h9dxg84"))))
|
(base32 "1xv54v5y91vxjx351wl3yk66fwk7ybkna2knbxlnj34j6qh6lfbw"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-document-features" ,rust-document-features-0.2)
|
(("rust-document-features" ,rust-document-features-0.2)
|
||||||
("rust-tracing-core" ,rust-tracing-core-0.1))))
|
("rust-tracing-core" ,rust-tracing-core-0.1))))
|
||||||
(home-page "https://github.com/Byron/gitoxide")
|
(home-page "https://github.com/GitoxideLabs/gitoxide")
|
||||||
(synopsis "Crate to provide minimal `tracing` support")
|
(synopsis "Crate to provide minimal `tracing` support")
|
||||||
(description
|
(description
|
||||||
"This package provides a crate to provide minimal `tracing` support that
|
"This package provides a crate to provide minimal `tracing` support that
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue