mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: libaom: Update to 2.0.1.
* gnu/packages/video.scm (libaom): Update to 2.0.1.
This commit is contained in:
parent
0717ab7615
commit
cfee8608cc
1 changed files with 2 additions and 2 deletions
|
@ -768,7 +768,7 @@ (define-public liba52
|
|||
(define-public libaom
|
||||
(package
|
||||
(name "libaom")
|
||||
(version "2.0.0")
|
||||
(version "2.0.1")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -777,7 +777,7 @@ (define-public libaom
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1616xjhj6770ykn82ml741h8hx44v507iky3s9h7a5lnk9d4cxzy"))))
|
||||
"1vakwmcwvmmrdw7460m8hzq96y71lxqix8b2g07c6s12br0rrdhl"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("perl" ,perl)
|
||||
|
|
Loading…
Reference in a new issue