me
/
guix
Archived
1
0
Fork 0

gnu: dav1d: Update to 0.6.0.

* gnu/packages/video.scm (dav1d): Update to 0.6.0.
master
Marius Bakke 2020-03-19 07:48:23 +01:00
parent 9a9cd9bc7b
commit 1912ea5003
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -3701,7 +3701,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.5.2") (version "0.6.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3709,7 +3709,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
"02hgarv2x2bqbac15pdj7pbm8f4lyn78ws0dncygvhis9a6ghk7r")))) "0w5k572jzxp7zwdbsa0jgjzri6hsrkydawzzilrw46nxpcak37q9"))))
(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")