gnu: tectonic: Update to 0.5.2.

* gnu/packages/rust-apps.scm (tectonic): Update to 0.5.2.
This commit is contained in:
Nicolas Goaziou 2021-06-12 23:28:35 +02:00
parent 7b6a9e28e6
commit 9dbadaed88
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -589,14 +589,14 @@ (define-public rust-cbindgen-0.12
(define-public tectonic
(package
(name "tectonic")
(version "0.5.1")
(version "0.5.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "tectonic" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0886wn6bkqsfila4m49k7n33ii74yhp4c2wcpbbhq2f9443ry6v9"))))
(base32 "050d5slf3s6p58nzkqdqqx2bpwnjkyfk3y5bwfkrdiimfdi6k6yd"))))
(build-system cargo-build-system)
(arguments
`(#:rust ,rust-1.52