summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2019-08-06 23:56:22 -0400
committerLeo Famulari <leo@famulari.name>2019-08-12 16:21:49 -0400
commit89ccc9ce918ec10c5da0101e28c176b9add91714 (patch)
treefe5f04962579b01d7b71cbb7d057fe65eade69f0 /gnu
parent57939283c0df16cbcec009c442a567ec6e3ff066 (diff)
downloadguix-89ccc9ce918ec10c5da0101e28c176b9add91714.tar.gz
gnu: dav1d: Update to 0.4.0.
* gnu/packages/video.scm (dav1d): Update to 0.4.0.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/video.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index eda5b8fc39..ac1fe46726 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3524,7 +3524,7 @@ transitions, and effects and then export your film to many common formats.")
 (define-public dav1d
   (package
     (name "dav1d")
-    (version "0.2.2")
+    (version "0.4.0")
     (source
       (origin
         (method url-fetch)
@@ -3536,7 +3536,8 @@ 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 "1llf4v486avj83d31670vdd5nshbq10qrx9vwrm1j078dh4ax4q0"))))
+         (base32
+          "08yqml01lbcpflrshdpvn88jv3xd8gm559qikiwyrh41a3kb4lr5"))))
     (build-system meson-build-system)
     (native-inputs `(("nasm" ,nasm)))
     (home-page "https://code.videolan.org/videolan/dav1d")