summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-03-19 07:48:23 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-03-19 08:41:50 +0100
commit1912ea50031414e8f053e3c851ec0ec6a0e24c61 (patch)
treef0755e899db5283d85bf323fd6eea351d58b8d92
parent9a9cd9bc7bdd6e716b76dfb36533f276d2439593 (diff)
downloadpatches-1912ea50031414e8f053e3c851ec0ec6a0e24c61.tar
patches-1912ea50031414e8f053e3c851ec0ec6a0e24c61.tar.gz
gnu: dav1d: Update to 0.6.0.
* gnu/packages/video.scm (dav1d): Update to 0.6.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 62b19e2dfb..0c245ece6e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3701,7 +3701,7 @@ transitions, and effects and then export your film to many common formats.")
(define-public dav1d
(package
(name "dav1d")
- (version "0.5.2")
+ (version "0.6.0")
(source
(origin
(method url-fetch)
@@ -3709,7 +3709,7 @@ transitions, and effects and then export your film to many common formats.")
"/dav1d/" version "/dav1d-" version ".tar.xz"))
(sha256
(base32
- "02hgarv2x2bqbac15pdj7pbm8f4lyn78ws0dncygvhis9a6ghk7r"))))
+ "0w5k572jzxp7zwdbsa0jgjzri6hsrkydawzzilrw46nxpcak37q9"))))
(build-system meson-build-system)
(native-inputs `(("nasm" ,nasm)))
(home-page "https://code.videolan.org/videolan/dav1d")