me
/
guix
Archived
1
0
Fork 0

gnu: dav1d: Update to 0.7.1.

* gnu/packages/video.scm (dav1d): Update to 0.7.1.
Marius Bakke 2020-06-27 15:47:22 +02:00
parent e36c4d0bca
commit edeb6f17f2
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -3739,7 +3739,7 @@ transitions, and effects and then export your film to many common formats.")
(define-public dav1d
(package
(name "dav1d")
(version "0.7.0")
(version "0.7.1")
(source
(origin
(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"))
(sha256
(base32
"0xcykraf42gkymzqx1k1lcdclgk9y5yf7rr56vslrgmr0r849qnk"))))
"1hnkfcg57bv5rib6cnj39dy1jx0q7zi5fb2fz52hf2y0bv8bad1k"))))
(build-system meson-build-system)
(native-inputs `(("nasm" ,nasm)))
(home-page "https://code.videolan.org/videolan/dav1d")