mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: rust-tectonic-io-base-0.4: Update to 0.4.2.
* gnu/packages/crates-io.scm (rust-tectonic-io-base-0.4): Update to 0.4.2. [arguments]: Don't skip build. [cargo-inputs]: Replace rust-sha2-0.9 with 0.10. [inputs]: Add zlib. [native-inputs]: Add pkg-config. Change-Id: I5ee1882ddb609f5fa33dc2bc1be0494206612c34
This commit is contained in:
parent
d129f4e6a9
commit
45ed5b2636
1 changed files with 6 additions and 5 deletions
|
@ -75097,25 +75097,26 @@ (define-public rust-tectonic-geturl-0.3
|
|||
(define-public rust-tectonic-io-base-0.4
|
||||
(package
|
||||
(name "rust-tectonic-io-base")
|
||||
(version "0.4.0")
|
||||
(version "0.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tectonic_io_base" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0x1r4m5bkqqvz24sql9q8ycnjczlqjlhzfyaylzhxi2xx4flqdfn"))))
|
||||
(base32 "0zb04vlg5i082wlv7cfjrkg7yrzd8mhkc7chw15dh26x2z96is18"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build? #t
|
||||
#:cargo-inputs
|
||||
`(#:cargo-inputs
|
||||
(("rust-app-dirs2" ,rust-app-dirs2-2)
|
||||
("rust-flate2" ,rust-flate2-1)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-sha2" ,rust-sha2-0.9)
|
||||
("rust-sha2" ,rust-sha2-0.10)
|
||||
("rust-tectonic-errors" ,rust-tectonic-errors-0.2)
|
||||
("rust-tectonic-status-base" ,rust-tectonic-status-base-0.2)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
(inputs (list zlib))
|
||||
(native-inputs (list pkg-config))
|
||||
(home-page "https://tectonic-typesetting.github.io/")
|
||||
(synopsis "Basic types for Tectonic's pluggable I/O backend system")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue