gnu: tectonic: Update to 0.6.4.

* gnu/packages/rust-apps.scm (tectonic): Update to 0.6.4.
This commit is contained in:
Nicolas Goaziou 2021-06-18 10:49:49 +02:00
parent ea68ce80c9
commit a7f31ef118
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 (define-public tectonic
(package (package
(name "tectonic") (name "tectonic")
(version "0.6.2") (version "0.6.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "tectonic" version)) (uri (crate-uri "tectonic" version))
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 "13wkpsbpqf6yf00jrjvs8bb9r32bk49r9f3q2yh1xlb7fyb8lkcp")))) (base32 "1h6m0mxqd8580c82dknja7qqhkg1pbvwmw4rlzfr1ndfjrcbk3al"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:rust ,rust-1.52 `(#:rust ,rust-1.52