diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-03 15:31:39 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-01-03 19:39:11 +0100 |
commit | aa2e420e818d3bb1b81f126a77eadd50d16a9dce (patch) | |
tree | 10183d84340b8ba84320887cedf0b834c186b97b /gnu/packages/video.scm | |
parent | d7bcee2f8308fae482943ee0fd4f763148f06175 (diff) | |
download | guix-aa2e420e818d3bb1b81f126a77eadd50d16a9dce.tar.gz |
gnu: dav1d: Update to 0.8.1.
* gnu/packages/video.scm (dav1d): Update to 0.8.1.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r-- | gnu/packages/video.scm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index 11d31f776f..2b1b111e97 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -4459,7 +4459,7 @@ transitions, and effects and then export your film to many common formats.") (define-public dav1d (package (name "dav1d") - (version "0.8.0") + (version "0.8.1") (source (origin (method git-fetch) @@ -4468,8 +4468,7 @@ transitions, and effects and then export your film to many common formats.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 - "0mjn87xjdqv0q1gj4s4f6fdmsj504mhk4qmqiyrhq2rs7yqj4csv")))) + (base32 "1820fpmmq1vxjzjmza6ydk4fgxipb8gmcc5skybki64qn7410v7x")))) (build-system meson-build-system) (native-inputs `(("nasm" ,nasm))) (home-page "https://code.videolan.org/videolan/dav1d") |