mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: rust-tectonic-engine-xetex-0.4: Update to 0.4.4.
* gnu/packages/crates-io.scm (rust-tectonic-engine-xetex-0.4): Update to 0.4.4. Change-Id: I116c14fb63801787c9ace986ee4606a96e5c4c27
This commit is contained in:
parent
27be2e3c77
commit
2cf23de742
1 changed files with 2 additions and 2 deletions
|
@ -75471,14 +75471,14 @@ (define-public rust-tectonic-engine-spx2html-0.1
|
|||
(define-public rust-tectonic-engine-xetex-0.4
|
||||
(package
|
||||
(name "rust-tectonic-engine-xetex")
|
||||
(version "0.4.3")
|
||||
(version "0.4.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tectonic_engine_xetex" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1hkby5n9hsyzxkgmwzp2xdm0n53f7rp0vs198ns8zgxy5rvl8xv8"))))
|
||||
(base32 "11if3zyzp8149gf1j4fhwk8kbbs2agxkk5la1lhmq4icrj6szwrf"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue