gnu: dav1d: Update to 0.5.0.

* gnu/packages/video.scm (dav1d): Update to 0.5.0.
This commit is contained in:
Marius Bakke 2019-10-19 14:25:29 +02:00
parent b074c1f0be
commit 78febba988
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -3544,7 +3544,7 @@ (define-public openshot
(define-public dav1d
(package
(name "dav1d")
(version "0.4.0")
(version "0.5.0")
(source
(origin
(method url-fetch)
@ -3557,7 +3557,7 @@ (define-public dav1d
"archive/" version "/dav1d-" version ".tar.bz2")))
(sha256
(base32
"08yqml01lbcpflrshdpvn88jv3xd8gm559qikiwyrh41a3kb4lr5"))))
"1586k439fm8db9lsxxywm34iqibj5mw4xrppr4g2wqr0hjlhcbxn"))))
(build-system meson-build-system)
(native-inputs `(("nasm" ,nasm)))
(home-page "https://code.videolan.org/videolan/dav1d")