guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: dav1d: Update to 0.9.1.


From: guix-commits
Subject: 02/03: gnu: dav1d: Update to 0.9.1.
Date: Sun, 8 Aug 2021 21:30:19 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 94b437c6f430347d3c5ee509e5e4395ff48a73f1
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Aug 8 17:00:32 2021 -0400

    gnu: dav1d: Update to 0.9.1.
    
    * gnu/packages/video.scm (dav1d): Update to 0.9.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 72b6a86..57a6dc1 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4752,7 +4752,7 @@ and audio capture, network stream playback, and many 
more.")
 (define-public dav1d
   (package
     (name "dav1d")
-    (version "0.9.0")
+    (version "0.9.1")
     (source
       (origin
         (method git-fetch)
@@ -4761,7 +4761,7 @@ and audio capture, network stream playback, and many 
more.")
                (commit version)))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "0ki3wlyaqr80gl1srbbd18dd5bs1sl9icxym8ar62abpvgzxl5yk"))))
+         (base32 "15ngaqyjbwkj0rd9mvxaqf3i9vzsnlrqgr50cnxxjqnpf7xdmslj"))))
     (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]