gnu: rust-tectonic-errors-0.2: Update to 0.2.1.
* gnu/packages/crates-io.scm (rust-tectonic-errors-0.2): Update to 0.2.1. [arguments]: Don't skip build. Change-Id: Ida24b1f0442f64c744990c0f4c3337dabcd34968
parent
26ce2f2bb3
commit
9d11a23aee
|
@ -75029,18 +75029,17 @@ engine as a reusable crate.")
|
|||
(define-public rust-tectonic-errors-0.2
|
||||
(package
|
||||
(name "rust-tectonic-errors")
|
||||
(version "0.2.0")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tectonic_errors" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1cqy8ydsm1gi094l5hlkaq8lmkmgg6mivqpkh4q6h61lr4fhpckg"))))
|
||||
(base32 "1xa10hy6llyhvn5yxnzdkhp94qfnidnwfrd858k86jp74f9c0wwf"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-anyhow" ,rust-anyhow-1))))
|
||||
(home-page "https://tectonic-typesetting.github.io/")
|
||||
(synopsis "Boxed error type for Tectonic, with supporting utilities")
|
||||
|
|
Reference in New Issue