diff mbox series

[bug#63106,core-updates,v6] gnu: dav1d: Update to 1.3.0

Message ID 681f11c1f01a961d63952fd4008202093c9929e7.1708073468.git.atai@atai.org
State New
Headers show
Series [bug#63106,core-updates,v6] gnu: dav1d: Update to 1.3.0 | expand

Commit Message

Andy Tai Feb. 16, 2024, 8:51 a.m. UTC
* gnu/packages/video.scm (dav1d): Update to 1.3.0

Change-Id: I05ea2817c7d97c583927a175e2307e853ebd551a
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 05e99036dc480a150b399735ae3c02d5b824b35b

Comments

Efraim Flashner March 5, 2024, 8:21 a.m. UTC | #1
Sorry, I didn't see this patch and duplicated your effort on the
rust-team branch. dav1d is now updated to 1.3.0 on master.
diff mbox series

Patch

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index c70646eccd..6f99f8649e 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -5547,7 +5547,7 @@  (define-public shotcut
 (define-public dav1d
   (package
     (name "dav1d")
-    (version "1.0.0")
+    (version "1.3.0")
     (source
       (origin
         (method git-fetch)
@@ -5556,7 +5556,7 @@  (define-public dav1d
                (commit version)))
         (file-name (git-file-name name version))
         (sha256
-         (base32 "0jkvb5as7danpalzlwd0w1dc9i2vijvmf39z0j6fwqvialsgnnj5"))))
+         (base32 "17r6qdijdnqfciqa0ia2y4gyhaav6y5gc4d9xj4dg9h7xnpyxc3k"))))
     (build-system meson-build-system)
     (native-inputs (list nasm))
     (home-page "https://code.videolan.org/videolan/dav1d")