diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-21 17:11:47 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-22 02:32:12 +0200 |
commit | 34a169010e841d4fb89a5141aff74850213d5bb9 (patch) | |
tree | 5fd5b083bb322214cf1536845ec54fc6b289ac31 | |
parent | f465562b1060071c77483f2bd33eb9e1299ed409 (diff) | |
download | guix-34a169010e841d4fb89a5141aff74850213d5bb9.tar guix-34a169010e841d4fb89a5141aff74850213d5bb9.tar.gz |
gnu: dav1d: Update to 0.2.2.
* gnu/packages/video.scm (dav1d): Update to 0.2.2.
-rw-r--r-- | gnu/packages/video.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index c1240e418d..6daf8ac138 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -3424,11 +3424,11 @@ transitions, and effects and then export your film to many common formats.") (define-public dav1d (package (name "dav1d") - (version "0.2.1") + (version "0.2.2") (source (origin (method url-fetch) - (uri (list ;; The canonical download site + (uri (list ;; The canonical download site. (string-append "https://downloads.videolan.org/pub/videolan/" "dav1d/" version "/dav1d-" version ".tar.xz") @@ -3436,7 +3436,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 "0cp7harg2gf61v35hyki2ddk9yr0xli9bkk3smxblabmq9rv5cs3")))) + (base32 "1llf4v486avj83d31670vdd5nshbq10qrx9vwrm1j078dh4ax4q0")))) (build-system meson-build-system) (native-inputs `(("nasm" ,nasm))) (home-page "https://code.videolan.org/videolan/dav1d") |