summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2020-05-22 19:18:24 -0400
committerLeo Famulari <leo@famulari.name>2020-05-22 19:33:20 -0400
commit05e1edf2220080eda548106d48f4699ee97fa263 (patch)
treeddd009e7a7c959008198a986789849d43bed3c9a
parent8d7ee11aac9b4a56b7fd47f0e7b250d6062c7832 (diff)
downloadpatches-05e1edf2220080eda548106d48f4699ee97fa263.tar
patches-05e1edf2220080eda548106d48f4699ee97fa263.tar.gz
gnu: dav1d: Update to 0.7.0.
* gnu/packages/video.scm (dav1d): Update to 0.7.0.
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index cd3e5ba9ef..422eb79941 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3693,7 +3693,7 @@ transitions, and effects and then export your film to many common formats.")
(define-public dav1d
(package
(name "dav1d")
- (version "0.6.0")
+ (version "0.7.0")
(source
(origin
(method url-fetch)
@@ -3701,7 +3701,7 @@ transitions, and effects and then export your film to many common formats.")
"/dav1d/" version "/dav1d-" version ".tar.xz"))
(sha256
(base32
- "0w5k572jzxp7zwdbsa0jgjzri6hsrkydawzzilrw46nxpcak37q9"))))
+ "0xcykraf42gkymzqx1k1lcdclgk9y5yf7rr56vslrgmr0r849qnk"))))
(build-system meson-build-system)
(native-inputs `(("nasm" ,nasm)))
(home-page "https://code.videolan.org/videolan/dav1d")