gnu: dav1d: Update to 1.5.0.

* gnu/packages/video.scm (dav1d): Update to 1.5.0.

Change-Id: I6c682d4c38ce1ec5da1f80bb734de48eeff9905b
This commit is contained in:
Efraim Flashner 2024-10-20 20:03:39 +03:00
parent b9a399a2b8
commit a3846be4c5
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -6120,7 +6120,7 @@ (define-public shotcut
(define-public dav1d
(package
(name "dav1d")
(version "1.3.0")
(version "1.5.0")
(source
(origin
(method git-fetch)
@ -6129,7 +6129,7 @@ (define-public dav1d
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "17r6qdijdnqfciqa0ia2y4gyhaav6y5gc4d9xj4dg9h7xnpyxc3k"))))
(base32 "0rn8zvmqapjq4r9s9hlpz1866war4ap7hzp5h8qhm5igry7i1qvq"))))
(build-system meson-build-system)
(native-inputs
(if (target-x86?)