diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-18 23:39:18 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-18 23:42:49 +0100 |
commit | cdfea208b89f7c8a01fe0ebf1cb574d02e0822ec (patch) | |
tree | d90ca60d8f5b7b0a35f6f9d24cb5d83ba81df8a8 /gnu | |
parent | 362f5306e4c7cf163f7169e51f1c82caeb5693d2 (diff) | |
download | gnu-guix-cdfea208b89f7c8a01fe0ebf1cb574d02e0822ec.tar gnu-guix-cdfea208b89f7c8a01fe0ebf1cb574d02e0822ec.tar.gz |
gnu: dav1d: Update to 0.2.1.
* gnu/packages/video.scm (dav1d): Update to 0.2.1.
Diffstat (limited to 'gnu')
-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 f00be7092b..220d729d03 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3411,7 +3411,7 @@ transitions, and effects and then export your film to many common formats.") (define-public dav1d (package (name "dav1d") - (version "0.2.0") + (version "0.2.1") (source (origin (method url-fetch) @@ -3423,8 +3423,7 @@ transitions, and effects and then export your film to many common formats.") (string-append "https://code.videolan.org/videolan/dav1d/-/" "archive/" version "/dav1d-" version ".tar.bz2"))) (sha256 - (base32 - "0q0dbbl91syjnkygz268gh4b7mdcgl6hldj300a4cbqidsadpl5p")))) + (base32 "0cp7harg2gf61v35hyki2ddk9yr0xli9bkk3smxblabmq9rv5cs3")))) (build-system meson-build-system) (native-inputs `(("nasm" ,nasm))) (home-page "https://code.videolan.org/videolan/dav1d") |