mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 22:50:23 -05:00
gnu: rust-tectonic-engine-xetex-0.1: Update to 0.1.1.
* gnu/packages/crates-io.scm (rust-tectonic-engine-xetex-0.1): Update to 0.1.1.
This commit is contained in:
parent
61b904b744
commit
050453cf10
1 changed files with 2 additions and 2 deletions
|
@ -44652,14 +44652,14 @@ (define-public rust-tectonic-engine-bibtex-0.1
|
|||
(define-public rust-tectonic-engine-xetex-0.1
|
||||
(package
|
||||
(name "rust-tectonic-engine-xetex")
|
||||
(version "0.1.0")
|
||||
(version "0.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tectonic_engine_xetex" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0a0ycybx5nng79dm7pcy1ymvlv5wfgiaik0a7f7jz9p6bsalamm3"))))
|
||||
(base32 "0ki06fsqx7rb683gz4d5xz248gwvpzf137zqrg8whsrazaqgzmfq"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
|
|
Loading…
Reference in a new issue