diff options
author | Leo Famulari <leo@famulari.name> | 2021-09-14 15:01:32 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-09-14 20:23:21 -0400 |
commit | 87a9dc5983d17d3e1d5277eaf31bf9ccdcb3534f (patch) | |
tree | d5d268576eee76a9db5906f52e160e1f740103f9 /gnu/packages | |
parent | 8313587f612bdbfe0116288afaa534b181ac7218 (diff) |
gnu: dav1d: Update to 0.9.2.
* gnu/packages/video.scm (dav1d): Update to 0.9.2.
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 a4f7997780..1b9179c6a8 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4751,7 +4751,7 @@ and audio capture, network stream playback, and many more.") (define-public dav1d (package (name "dav1d") - (version "0.9.1") + (version "0.9.2") (source (origin (method git-fetch) @@ -4760,7 +4760,7 @@ and audio capture, network stream playback, and many more.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "15ngaqyjbwkj0rd9mvxaqf3i9vzsnlrqgr50cnxxjqnpf7xdmslj")))) + (base32 "0bkps488h9s15ylvkm4fmfywgrpbw570glawpnv6khpq9n223dzl")))) (build-system meson-build-system) (native-inputs `(("nasm" ,nasm))) (home-page "https://code.videolan.org/videolan/dav1d") |