guix-commits
[Top][All Lists]
Advanced

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

12/295: gnu: dav1d: Update to 0.7.1.


From: guix-commits
Subject: 12/295: gnu: dav1d: Update to 0.7.1.
Date: Mon, 27 Jul 2020 06:25:02 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit edeb6f17f2df9d3bdf29cc9c0486e51e652c33ed
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jun 27 15:47:22 2020 +0200

    gnu: dav1d: Update to 0.7.1.
    
    * gnu/packages/video.scm (dav1d): Update to 0.7.1.
---
 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 406a2ad..c5e4993 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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";)



reply via email to

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