mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: libaom: Update to 3.0.0.
* gnu/packages/video.scm (libaom): Update to 3.0.0.
This commit is contained in:
parent
f21075f039
commit
4c56620555
1 changed files with 2 additions and 2 deletions
|
@ -772,7 +772,7 @@ (define-public liba52
|
|||
(define-public libaom
|
||||
(package
|
||||
(name "libaom")
|
||||
(version "2.0.2")
|
||||
(version "3.0.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -781,7 +781,7 @@ (define-public libaom
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0f3i983s9yvh9zc6mpy1ck5sjcg9l09lpw9v4md3mv8gbih9f0z0"))))
|
||||
"178rq1d7i9q4lg40bipkyhdrk18j9wi5k5avpa5bls0zm7g5ifsx"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("perl" ,perl)
|
||||
|
|
Loading…
Reference in a new issue