gnu: dav1d: Update to 0.7.1.
* gnu/packages/video.scm (dav1d): Update to 0.7.1.
This commit is contained in:
parent
e36c4d0bca
commit
edeb6f17f2
1 changed files with 2 additions and 2 deletions
|
@ -3739,7 +3739,7 @@ transitions, and effects and then export your film to many common formats.")
|
||||||
(define-public dav1d
|
(define-public dav1d
|
||||||
(package
|
(package
|
||||||
(name "dav1d")
|
(name "dav1d")
|
||||||
(version "0.7.0")
|
(version "0.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -3747,7 +3747,7 @@ transitions, and effects and then export your film to many common formats.")
|
||||||
"/dav1d/" version "/dav1d-" version ".tar.xz"))
|
"/dav1d/" version "/dav1d-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0xcykraf42gkymzqx1k1lcdclgk9y5yf7rr56vslrgmr0r849qnk"))))
|
"1hnkfcg57bv5rib6cnj39dy1jx0q7zi5fb2fz52hf2y0bv8bad1k"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs `(("nasm" ,nasm)))
|
(native-inputs `(("nasm" ,nasm)))
|
||||||
(home-page "https://code.videolan.org/videolan/dav1d")
|
(home-page "https://code.videolan.org/videolan/dav1d")
|
||||||
|
|
Reference in a new issue