mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 19:09:27 +01:00
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:
parent
2917207f8d
commit
2fd506faac
1 changed files with 5 additions and 8 deletions
|
@ -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.")
|
||||||
|
|
Loading…
Add table
Reference in a new issue