gnu: tectonic: Update to 0.6.2.
* gnu/packages/rust-apps.scm (tectonic): Update to 0.6.2.
This commit is contained in:
parent
ef5468ff0e
commit
d7fe0414fc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue