mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: rust-tectonic-bundles-0.3: Update to 0.3.1.
* gnu/packages/crates-io.scm (rust-tectonic-bundles-0.3): Update to 0.3.1. [cargo-inputs]: Replace rust-zip-0.5 with 0.6. Change-Id: I886bd881e330d2bc062904694cfc4aef18408df7
This commit is contained in:
parent
74aa2c59a2
commit
873fced1ef
1 changed files with 3 additions and 3 deletions
|
@ -74795,14 +74795,14 @@ (define-public rust-tectonic-bridge-icu-0.2
|
|||
(define-public rust-tectonic-bundles-0.3
|
||||
(package
|
||||
(name "rust-tectonic-bundles")
|
||||
(version "0.3.0")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tectonic_bundles" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1ccykccvddvx31h1dfkzdxsnqhgyls21ks2qbvad09m1jzqzl5nj"))))
|
||||
(base32 "1qgprq4p7pgmgzrzq3zjghh0b045i66nmk8kwxwlp5qx8nx4myah"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
@ -74812,7 +74812,7 @@ (define-public rust-tectonic-bundles-0.3
|
|||
("rust-tectonic-geturl" ,rust-tectonic-geturl-0.3)
|
||||
("rust-tectonic-io-base" ,rust-tectonic-io-base-0.4)
|
||||
("rust-tectonic-status-base" ,rust-tectonic-status-base-0.2)
|
||||
("rust-zip" ,rust-zip-0.5))))
|
||||
("rust-zip" ,rust-zip-0.6))))
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue