guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: dav1d: Update to 1.0.0.


From: guix-commits
Subject: 08/08: gnu: dav1d: Update to 1.0.0.
Date: Thu, 17 Nov 2022 13:28:39 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit f8e1c9c003999cf20db2d7e5c1aa2c64c787056d
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Nov 17 04:30:32 2022 +0100

    gnu: dav1d: Update to 1.0.0.
    
    * gnu/packages/video.scm (dav1d): Update to 1.0.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 fa89f47b0a..f54ced4e2e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -4936,7 +4936,7 @@ and audio capture, network stream playback, and many 
more.")
 (define-public dav1d
   (package
     (name "dav1d")
-    (version "0.9.2")
+    (version "1.0.0")
     (source
       (origin
         (method git-fetch)
@@ -4945,7 +4945,7 @@ and audio capture, network stream playback, and many 
more.")
                (commit version)))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "0bkps488h9s15ylvkm4fmfywgrpbw570glawpnv6khpq9n223dzl"))))
+         (base32 "0jkvb5as7danpalzlwd0w1dc9i2vijvmf39z0j6fwqvialsgnnj5"))))
     (build-system meson-build-system)
     (native-inputs (list nasm))
     (home-page "https://code.videolan.org/videolan/dav1d";)



reply via email to

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