mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
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:
parent
b9a399a2b8
commit
a3846be4c5
1 changed files with 2 additions and 2 deletions
|
@ -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?)
|
||||
|
|
Loading…
Reference in a new issue