gnu: rust-same-file-1.0: Upgrade to 1.0.6.
* gnu/packages/crates-io.scm (rust-same-file-1.0): Update to 1.0.6. [arguments]: Add rust-doc-comment-0.3 to cargo-development-inputs.
This commit is contained in:
parent
0a293597cb
commit
a618b6b7ca
1 changed files with 5 additions and 3 deletions
|
@ -8548,7 +8548,7 @@ using a fork-like interface.")
|
||||||
(define-public rust-same-file-1.0
|
(define-public rust-same-file-1.0
|
||||||
(package
|
(package
|
||||||
(name "rust-same-file")
|
(name "rust-same-file")
|
||||||
(version "1.0.5")
|
(version "1.0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -8556,12 +8556,14 @@ using a fork-like interface.")
|
||||||
(file-name (string-append name "-" version ".crate"))
|
(file-name (string-append name "-" version ".crate"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08a4zy10pjindf2rah320s6shgswk13mqw7s61m8i1y1xpf8spjq"))))
|
"00h5j1w87dmhnvbv9l8bic3y7xxsnjmssvifw2ayvgx9mb1ivz4k"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:skip-build? #t
|
||||||
#:cargo-inputs
|
#:cargo-inputs
|
||||||
(("rust-winapi-util" ,rust-winapi-util-0.1))))
|
(("rust-winapi-util" ,rust-winapi-util-0.1))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-doc-comment" ,rust-doc-comment-0.3))))
|
||||||
(home-page "https://github.com/BurntSushi/same-file")
|
(home-page "https://github.com/BurntSushi/same-file")
|
||||||
(synopsis "Determine whether two file paths point to the same file")
|
(synopsis "Determine whether two file paths point to the same file")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue