mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: rust-tectonic-io-base-0.4: Update to 0.4.3.
* gnu/packages/crates-io.scm (rust-tectonic-io-base-0.4): Update to 0.4.3. Change-Id: I20019676527bf603f2f257c8632fe3aa14bb28d4
This commit is contained in:
parent
2cf23de742
commit
68f49c1735
1 changed files with 2 additions and 2 deletions
|
@ -75591,14 +75591,14 @@ (define-public rust-tectonic-geturl-0.3
|
|||
(define-public rust-tectonic-io-base-0.4
|
||||
(package
|
||||
(name "rust-tectonic-io-base")
|
||||
(version "0.4.2")
|
||||
(version "0.4.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "tectonic_io_base" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0zb04vlg5i082wlv7cfjrkg7yrzd8mhkc7chw15dh26x2z96is18"))))
|
||||
(base32 "13vqkvxn2r6y827ghj84ndmx991m26sdd4zxpgb7fll00bqwcr6v"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue