mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: rust-tectonic-docmodel-0.2: Update to 0.2.2.
* gnu/packages/crates-io.scm (rust-tectonic-docmodel-0.2): Update to 0.2.2. Change-Id: Icd2e7e9ab59039e6117c341e4c80049170682c64
This commit is contained in:
parent
a83ab31555
commit
c7cad15606
1 changed files with 2 additions and 2 deletions
|
@ -75361,14 +75361,14 @@ (define-public rust-tectonic-dep-support-0.1
|
|||
(define-public rust-tectonic-docmodel-0.2
|
||||
(package
|
||||
(name "rust-tectonic-docmodel")
|
||||
(version "0.2.1")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tectonic_docmodel" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "176wl4f1na18s0bjmxf9chw3854jbpkh64nzsm32d2bvgja9acih"))))
|
||||
(base32 "1dn539wm8lcb34zqwybcwdnhj4yd44adk2wky0frx7s2lr5hfaas"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue