gnu: dav1d: Update to 0.7.1.
authorMarius Bakke <marius@gnu.org>
Sat, 27 Jun 2020 13:47:22 +0000 (15:47 +0200)
committerMarius Bakke <marius@gnu.org>
Sat, 27 Jun 2020 18:08:23 +0000 (20:08 +0200)
* gnu/packages/video.scm (dav1d): Update to 0.7.1.

gnu/packages/video.scm

index 406a2ad..c5e4993 100644 (file)
@@ -3739,7 +3739,7 @@ transitions, and effects and then export your film to many common formats.")
 (define-public dav1d
   (package
     (name "dav1d")
-    (version "0.7.0")
+    (version "0.7.1")
     (source
       (origin
         (method url-fetch)
@@ -3747,7 +3747,7 @@ transitions, and effects and then export your film to many common formats.")
                             "/dav1d/" version "/dav1d-" version ".tar.xz"))
         (sha256
          (base32
-          "0xcykraf42gkymzqx1k1lcdclgk9y5yf7rr56vslrgmr0r849qnk"))))
+          "1hnkfcg57bv5rib6cnj39dy1jx0q7zi5fb2fz52hf2y0bv8bad1k"))))
     (build-system meson-build-system)
     (native-inputs `(("nasm" ,nasm)))
     (home-page "https://code.videolan.org/videolan/dav1d")