gnu: rust-ivf-0.1: Update to 0.1.1.

* gnu/packages/crates-io.scm (rust-ivf-0.1): Update to 0.1.1.
[arguments]: Don't skip the build.
[cargo-inputs]: Replace rust-bitstream-io-0.8 with 1.

Change-Id: I263d4985f1616ba61dd92eda55794604a9120546
This commit is contained in:
Efraim Flashner 2024-01-07 11:52:03 +02:00
parent 2917207f8d
commit 2fd506faac
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -33807,21 +33807,18 @@ format.")
(define-public rust-ivf-0.1 (define-public rust-ivf-0.1
(package (package
(name "rust-ivf") (name "rust-ivf")
(version "0.1.0") (version "0.1.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (crate-uri "ivf" version)) (uri (crate-uri "ivf" version))
(file-name (file-name (string-append name "-" version ".tar.gz"))
(string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "1qmpqnwlcvp7xpi1f6l63icaafpsak6hv7s326snffhs6rj1rc0g"))))
"1wfjf3rilqavrhvwagzinvng9dg28wcjk3c6c6p5qmc1xy65qfh1"))))
(build-system cargo-build-system) (build-system cargo-build-system)
(arguments (arguments
`(#:skip-build? #t `(#:cargo-inputs
#:cargo-inputs (("rust-bitstream-io" ,rust-bitstream-io-1))))
(("rust-bitstream-io" ,rust-bitstream-io-0.8))))
(home-page "https://github.com/xiph/rav1e") (home-page "https://github.com/xiph/rav1e")
(synopsis "Simple ivf muxer") (synopsis "Simple ivf muxer")
(description "This package provides a simple ivf muxer.") (description "This package provides a simple ivf muxer.")