mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: tectonic: Update to 0.7.0.
* gnu/packages/rust-apps.scm (tectonic): Update to 0.7.0.
This commit is contained in:
parent
dcd94ee855
commit
019c862a67
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.4")
|
||||
(version "0.7.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tectonic" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1h6m0mxqd8580c82dknja7qqhkg1pbvwmw4rlzfr1ndfjrcbk3al"))))
|
||||
(base32 "1x6i97dl28y6wxpq2r4dcsa853sa4yw5vhl79qdb44q5wsd6ba1f"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:rust ,rust-1.52
|
||||
|
|
Loading…
Reference in a new issue