mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-31 16:42:38 -05:00
gnu: rust-tectonic-docmodel-0.2: Update to 0.2.1.
* gnu/packages/crates-io.scm (rust-tectonic-docmodel-0.2): Update to 0.2.1. [cargo-inputs]: Replace rust-toml-0.5 with 0.7. Change-Id: I6f2ed86f94801de2f5bc5ec208b27fd57ba2dead
This commit is contained in:
parent
4f0987d3fd
commit
4f3ba173fc
1 changed files with 3 additions and 3 deletions
|
@ -74876,20 +74876,20 @@ (define-public rust-tectonic-dep-support-0.1
|
|||
(define-public rust-tectonic-docmodel-0.2
|
||||
(package
|
||||
(name "rust-tectonic-docmodel")
|
||||
(version "0.2.0")
|
||||
(version "0.2.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tectonic_docmodel" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1z3yhw7h11a5xggi3bjip3kz1931mjl5gi53vx2zwd89rg99373y"))))
|
||||
(base32 "176wl4f1na18s0bjmxf9chw3854jbpkh64nzsm32d2bvgja9acih"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-serde" ,rust-serde-1)
|
||||
("rust-tectonic-errors" ,rust-tectonic-errors-0.2)
|
||||
("rust-toml" ,rust-toml-0.5))))
|
||||
("rust-toml" ,rust-toml-0.7))))
|
||||
(home-page "https://tectonic-typesetting.github.io/")
|
||||
(synopsis "Tectonic document model")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue