guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: dav1d: Update to 1.0.0.


From: guix-commits
Subject: branch master updated: gnu: dav1d: Update to 1.0.0.
Date: Sun, 12 Feb 2023 06:50:24 -0500

This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 126608f7a9 gnu: dav1d: Update to 1.0.0.
126608f7a9 is described below

commit 126608f7a9649bc7761331a15940dd65ff773e0c
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Mar 18 11:52:05 2022 -0400

    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 c26cfd6716..df70ed6473 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5002,7 +5002,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)
@@ -5011,7 +5011,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]