mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
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 @@ (define-public rust-safemem-0.3
|
|||
(define-public rust-same-file-1.0
|
||||
(package
|
||||
(name "rust-same-file")
|
||||
(version "1.0.5")
|
||||
(version "1.0.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -8556,12 +8556,14 @@ (define-public rust-same-file-1.0
|
|||
(file-name (string-append name "-" version ".crate"))
|
||||
(sha256
|
||||
(base32
|
||||
"08a4zy10pjindf2rah320s6shgswk13mqw7s61m8i1y1xpf8spjq"))))
|
||||
"00h5j1w87dmhnvbv9l8bic3y7xxsnjmssvifw2ayvgx9mb1ivz4k"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#: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")
|
||||
(synopsis "Determine whether two file paths point to the same file")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue