diff options
author | Leo Famulari <leo@famulari.name> | 2021-05-20 12:25:33 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-05-20 12:42:59 -0400 |
commit | a74de6c41d0af7bfc8b81aac49d8bf1ae7a49cdb (patch) | |
tree | f1443f27a6d5e27203d496a9ccf34243281964d8 /gnu/packages/video.scm | |
parent | bead7dd7360a9d9e630c3b0654fffbdc1364f341 (diff) |
gnu: dav1d: Update to 0.9.0.
* gnu/packages/video.scm (dav1d): Update to 0.9.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 4ab0ca2b01..961094a80b 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4570,7 +4570,7 @@ transitions, and effects and then export your film to many common formats.") (define-public dav1d (package (name "dav1d") - (version "0.8.2") + (version "0.9.0") (source (origin (method git-fetch) @@ -4579,7 +4579,7 @@ transitions, and effects and then export your film to many common formats.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0plmnxpz66yv3nqv1kgbyyfnwfqi9dqs0zbsdj488i6464a1m6si")))) + (base32 "0ki3wlyaqr80gl1srbbd18dd5bs1sl9icxym8ar62abpvgzxl5yk")))) (build-system meson-build-system) (native-inputs `(("nasm" ,nasm))) (home-page "https://code.videolan.org/videolan/dav1d") |