mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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 @@ (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
|
||||
|
|
Loading…
Reference in a new issue