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 @@ process.")
|
||||||
(define-public rust-tectonic-docmodel-0.2
|
(define-public rust-tectonic-docmodel-0.2
|
||||||
(package
|
(package
|
||||||
(name "rust-tectonic-docmodel")
|
(name "rust-tectonic-docmodel")
|
||||||
(version "0.2.1")
|
(version "0.2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "tectonic_docmodel" version))
|
(uri (crate-uri "tectonic_docmodel" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "176wl4f1na18s0bjmxf9chw3854jbpkh64nzsm32d2bvgja9acih"))))
|
(base32 "1dn539wm8lcb34zqwybcwdnhj4yd44adk2wky0frx7s2lr5hfaas"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Reference in a new issue