gnu: tectonic: Update to 0.5.2.
* gnu/packages/rust-apps.scm (tectonic): Update to 0.5.2.
This commit is contained in:
parent
7b6a9e28e6
commit
9dbadaed88
1 changed files with 2 additions and 2 deletions
|
@ -589,14 +589,14 @@ gitignore rules.")
|
||||||
(define-public tectonic
|
(define-public tectonic
|
||||||
(package
|
(package
|
||||||
(name "tectonic")
|
(name "tectonic")
|
||||||
(version "0.5.1")
|
(version "0.5.2")
|
||||||
(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 "0886wn6bkqsfila4m49k7n33ii74yhp4c2wcpbbhq2f9443ry6v9"))))
|
(base32 "050d5slf3s6p58nzkqdqqx2bpwnjkyfk3y5bwfkrdiimfdi6k6yd"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:rust ,rust-1.52
|
`(#:rust ,rust-1.52
|
||||||
|
|
Reference in a new issue