me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/crates-io.scm (rust-ivf-0.1): Update to 0.1.3.
[cargo-inputs]: Replace rust-bitstream-io-1 with 2.

Change-Id: I207b3d5030970b2bd6a83540db7c87514b8a3efb
master
Efraim Flashner 2024-02-08 15:24:15 +02:00
parent ee27ebf046
commit 78ea8a06d0
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 3 deletions

View File

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