diff options
author | Marius Bakke <marius@gnu.org> | 2022-11-17 04:30:32 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-11-17 19:26:58 +0100 |
commit | f8e1c9c003999cf20db2d7e5c1aa2c64c787056d (patch) | |
tree | 8cc82f4314b678ee82c662f65bd1966eecbad855 /gnu/packages/video.scm | |
parent | e432688ede73609e85bf88a7da745213fdab9262 (diff) |
gnu: dav1d: Update to 1.0.0.
* gnu/packages/video.scm (dav1d): Update to 1.0.0.
Diffstat (limited to 'gnu/packages/video.scm')
-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 fa89f47b0a..f54ced4e2e 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4936,7 +4936,7 @@ and audio capture, network stream playback, and many more.") (define-public dav1d (package (name "dav1d") - (version "0.9.2") + (version "1.0.0") (source (origin (method git-fetch) @@ -4945,7 +4945,7 @@ and audio capture, network stream playback, and many more.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0bkps488h9s15ylvkm4fmfywgrpbw570glawpnv6khpq9n223dzl")))) + (base32 "0jkvb5as7danpalzlwd0w1dc9i2vijvmf39z0j6fwqvialsgnnj5")))) (build-system meson-build-system) (native-inputs (list nasm)) (home-page "https://code.videolan.org/videolan/dav1d") |