mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: dav1d: Update to 1.0.0.
* gnu/packages/video.scm (dav1d): Update to 1.0.0.
This commit is contained in:
parent
e432688ede
commit
f8e1c9c003
1 changed files with 2 additions and 2 deletions
|
@ -4936,7 +4936,7 @@ (define-public shotcut
|
|||
(define-public dav1d
|
||||
(package
|
||||
(name "dav1d")
|
||||
(version "0.9.2")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4945,7 +4945,7 @@ (define-public dav1d
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0bkps488h9s15ylvkm4fmfywgrpbw570glawpnv6khpq9n223dzl"))))
|
||||
(base32 "0jkvb5as7danpalzlwd0w1dc9i2vijvmf39z0j6fwqvialsgnnj5"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs (list nasm))
|
||||
(home-page "https://code.videolan.org/videolan/dav1d")
|
||||
|
|
Loading…
Reference in a new issue