guix-commits
[Top][All Lists]
Advanced

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

413/422: gnu: dav1d: Update to 1.5.0.


From: guix-commits
Subject: 413/422: gnu: dav1d: Update to 1.5.0.
Date: Wed, 6 Nov 2024 04:03:19 -0500 (EST)

efraim pushed a commit to branch rust-team
in repository guix.

commit 3d01a31b849f34fdb9dcdf5157c5792941b6fdc3
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Oct 20 20:03:39 2024 +0300

    gnu: dav1d: Update to 1.5.0.
    
    * gnu/packages/video.scm (dav1d): Update to 1.5.0.
    
    Change-Id: I6c682d4c38ce1ec5da1f80bb734de48eeff9905b
---
 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 1b90eca4aa..694335354f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -6120,7 +6120,7 @@ and audio capture, network stream playback, and many 
more.")
 (define-public dav1d
   (package
     (name "dav1d")
-    (version "1.3.0")
+    (version "1.5.0")
     (source
       (origin
         (method git-fetch)
@@ -6129,7 +6129,7 @@ and audio capture, network stream playback, and many 
more.")
                (commit version)))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "17r6qdijdnqfciqa0ia2y4gyhaav6y5gc4d9xj4dg9h7xnpyxc3k"))))
+         (base32 "0rn8zvmqapjq4r9s9hlpz1866war4ap7hzp5h8qhm5igry7i1qvq"))))
     (build-system meson-build-system)
     (native-inputs
      (if (target-x86?)



reply via email to

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