diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-10-19 14:25:29 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-10-20 00:31:15 +0200 |
commit | 78febba988d65ff2070ef99cc400975363571ae4 (patch) | |
tree | 4e42948dd1f3eb4c916a02342a3eadb329019279 /gnu/packages | |
parent | b074c1f0be0268411ae674f61392e50ea3c7c163 (diff) | |
download | patches-78febba988d65ff2070ef99cc400975363571ae4.tar patches-78febba988d65ff2070ef99cc400975363571ae4.tar.gz |
gnu: dav1d: Update to 0.5.0.
* gnu/packages/video.scm (dav1d): Update to 0.5.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 8f4019b9c0..c5dbe93076 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3544,7 +3544,7 @@ transitions, and effects and then export your film to many common formats.") (define-public dav1d (package (name "dav1d") - (version "0.4.0") + (version "0.5.0") (source (origin (method url-fetch) @@ -3557,7 +3557,7 @@ transitions, and effects and then export your film to many common formats.") "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") |