me
/
guix
Archived
1
0
Fork 0

gnu: dav1d: Update to 0.8.2.

* gnu/packages/video.scm (dav1d): Update to 0.8.2.
master
Leo Famulari 2021-03-09 02:45:28 -05:00
parent 0d9b7fd0c1
commit 84c7099688
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -4571,7 +4571,7 @@ transitions, and effects and then export your film to many common formats.")
(define-public dav1d
(package
(name "dav1d")
(version "0.8.1")
(version "0.8.2")
(source
(origin
(method git-fetch)
@ -4580,7 +4580,7 @@ transitions, and effects and then export your film to many common formats.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1820fpmmq1vxjzjmza6ydk4fgxipb8gmcc5skybki64qn7410v7x"))))
(base32 "0plmnxpz66yv3nqv1kgbyyfnwfqi9dqs0zbsdj488i6464a1m6si"))))
(build-system meson-build-system)
(native-inputs `(("nasm" ,nasm)))
(home-page "https://code.videolan.org/videolan/dav1d")