gnu: rust-tectonic-xdv-0.2: Update to 0.2.2.
* gnu/packages/crates-io.scm (rust-tectonic-xdv-0.2): Update to 0.2.2. [arguments]: Don't skip build. [cargo-development-inputs]: Add rust-clap-2. Change-Id: Ied353567567c4ddf195c16754949ede2e7f832c4
This commit is contained in:
parent
0cd412fa8c
commit
68d528475f
1 changed files with 4 additions and 5 deletions
|
@ -75243,19 +75243,18 @@ types for reporting status messages to a user.")
|
||||||
(define-public rust-tectonic-xdv-0.2
|
(define-public rust-tectonic-xdv-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-tectonic-xdv")
|
(name "rust-tectonic-xdv")
|
||||||
(version "0.2.0")
|
(version "0.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "tectonic_xdv" version))
|
(uri (crate-uri "tectonic_xdv" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1fcys9v5zcdavfkq72h5ajkz2pxjpc6km6wqajk29qc65870xd5k"))))
|
(base32 "0dc9hs4nyxligv53nbn20mpqysfv5awrw24bm3bgzawiv7vf17gm"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:skip-build? #t
|
`(#:cargo-inputs (("rust-byteorder" ,rust-byteorder-1))
|
||||||
#:cargo-inputs
|
#:cargo-development-inputs (("rust-clap" ,rust-clap-2))))
|
||||||
(("rust-byteorder" ,rust-byteorder-1))))
|
|
||||||
(home-page "https://tectonic-typesetting.github.io/")
|
(home-page "https://tectonic-typesetting.github.io/")
|
||||||
(synopsis "Decoder for the XDV and SPX file formats")
|
(synopsis "Decoder for the XDV and SPX file formats")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in a new issue