mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: rust-document-features-0.2: Update to 0.2.7.
* gnu/packages/crates-io.scm (rust-document-features-0.2): Update to 0.2.7. [arguments]: Skip tests. [cargo-inputs]: Add rust-litrs-0.2.
This commit is contained in:
parent
121f8bdd0f
commit
de91807aee
1 changed files with 5 additions and 2 deletions
|
@ -18499,15 +18499,18 @@ (define-public rust-docopt-0.6
|
|||
(define-public rust-document-features-0.2
|
||||
(package
|
||||
(name "rust-document-features")
|
||||
(version "0.2.1")
|
||||
(version "0.2.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "document-features" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "121wr2bd8a4s5i5yrxjz8c5amw2l69xmqqma86x6y4xmcgyhj75h"))))
|
||||
(base32 "0mv1xg386as8zndw6kdgs4bwxwwlg42srdhkmgf00zz1zirwb4z4"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; Needs nightly features.
|
||||
#:cargo-inputs (("rust-litrs" ,rust-litrs-0.2))))
|
||||
(home-page "https://slint-ui.com")
|
||||
(synopsis "Extract documentation for feature flags from Cargo.toml")
|
||||
(description "Extract documentation for the feature flags from comments in
|
||||
|
|
Loading…
Reference in a new issue