guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: dav1d: Update to 0.7.0.


From: guix-commits
Subject: 03/03: gnu: dav1d: Update to 0.7.0.
Date: Fri, 22 May 2020 19:36:19 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 05e1edf2220080eda548106d48f4699ee97fa263
Author: Leo Famulari <address@hidden>
AuthorDate: Fri May 22 19:18:24 2020 -0400

    gnu: dav1d: Update to 0.7.0.
    
    * gnu/packages/video.scm (dav1d): Update to 0.7.0.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index cd3e5ba..422eb79 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";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]