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

commit c129b7f01ed9eaecb0ba7a3202daab1df5af4905
Author: Efraim Flashner <[email protected]>
AuthorDate: Mon Mar 30 17:32:19 2026 +0300

    gnu: dav1d: Update to 1.5.3.
    
    * gnu/packages/video.scm (dav1d): Update to 1.5.3.
    
    Change-Id: Ia14848b247b5b1cc78c78bdfde083362182792d3
---
 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 8c417312d0..61183c825f 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -6503,7 +6503,7 @@ and audio capture, network stream playback, and many 
more.")
 (define-public dav1d
   (package
     (name "dav1d")
-    (version "1.5.1")
+    (version "1.5.3")
     (source
       (origin
         (method git-fetch)
@@ -6512,7 +6512,7 @@ and audio capture, network stream playback, and many 
more.")
                (commit version)))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "1n0b5m4srdjsqg15plc9fng5kjv14ygqahjxy8863fbzhr13vjx9"))))
+         (base32 "0x19r721gf91a37xqm70j7qcpadyd3m9lcf1lasxq73wnby5lxqk"))))
     (build-system meson-build-system)
     (native-inputs
      (if (target-x86?)

Reply via email to