me
/
guix
Archived
1
0
Fork 0

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
Efraim Flashner 2023-10-28 15:59:23 +03:00
parent 26ce2f2bb3
commit 9d11a23aee
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 4 deletions

View File

@ -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")