gnu: tectonic: Update to 0.6.2.

* gnu/packages/rust-apps.scm (tectonic): Update to 0.6.2.
This commit is contained in:
Nicolas Goaziou 2021-06-17 19:33:34 +02:00
parent ef5468ff0e
commit d7fe0414fc
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -587,14 +587,14 @@ (define-public rust-cbindgen-0.12
(define-public tectonic
(package
(name "tectonic")
(version "0.6.1")
(version "0.6.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "tectonic" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0s740374sdkagq967ryhki19ww7x6fsazw5c4dcbgddk0m4aai3n"))))
(base32 "13wkpsbpqf6yf00jrjvs8bb9r32bk49r9f3q2yh1xlb7fyb8lkcp"))))
(build-system cargo-build-system)
(arguments
`(#:rust ,rust-1.52