guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: dav1d: Update to 0.8.2.


From: guix-commits
Subject: 02/06: gnu: dav1d: Update to 0.8.2.
Date: Tue, 9 Mar 2021 03:42:53 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 84c70996884a1c9ea533f76c05ff40b7092cc837
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Mar 9 02:45:28 2021 -0500

    gnu: dav1d: Update to 0.8.2.
    
    * gnu/packages/video.scm (dav1d): Update to 0.8.2.
---
 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 96c7165..0bb9419 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4571,7 +4571,7 @@ transitions, and effects and then export your film to 
many common formats.")
 (define-public dav1d
   (package
     (name "dav1d")
-    (version "0.8.1")
+    (version "0.8.2")
     (source
       (origin
         (method git-fetch)
@@ -4580,7 +4580,7 @@ transitions, and effects and then export your film to 
many common formats.")
                (commit version)))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "1820fpmmq1vxjzjmza6ydk4fgxipb8gmcc5skybki64qn7410v7x"))))
+         (base32 "0plmnxpz66yv3nqv1kgbyyfnwfqi9dqs0zbsdj488i6464a1m6si"))))
     (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]