mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: libaom: Update to 2.0.0
* gnu/packages/video.scm (libaom): Update to 2.0.0. Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
parent
f64a74dd6c
commit
6597893ba2
1 changed files with 2 additions and 2 deletions
|
@ -283,7 +283,7 @@ (define-public liba52
|
|||
(define-public libaom
|
||||
(package
|
||||
(name "libaom")
|
||||
(version "1.0.0-errata1-avif")
|
||||
(version "2.0.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -292,7 +292,7 @@ (define-public libaom
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"169yfgh7zigc21h71qclfyr7s4wwp2i9vbr4z6pkabypvass4v7m"))))
|
||||
"1616xjhj6770ykn82ml741h8hx44v507iky3s9h7a5lnk9d4cxzy"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("perl" ,perl)
|
||||
|
|
Loading…
Reference in a new issue