mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 00:08:29 +01:00
gnu: tectonic: Update to 0.6.4.
* gnu/packages/rust-apps.scm (tectonic): Update to 0.6.4.
This commit is contained in:
parent
ea68ce80c9
commit
a7f31ef118
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.2")
|
||||
(version "0.6.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tectonic" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "13wkpsbpqf6yf00jrjvs8bb9r32bk49r9f3q2yh1xlb7fyb8lkcp"))))
|
||||
(base32 "1h6m0mxqd8580c82dknja7qqhkg1pbvwmw4rlzfr1ndfjrcbk3al"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:rust ,rust-1.52
|
||||
|
|
Loading…
Reference in a new issue