mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libaom: Update to 3.3.0.
* gnu/packages/video.scm (libaom): Update to 3.3.0.
This commit is contained in:
parent
6ed308bb3c
commit
7c94eea790
1 changed files with 2 additions and 2 deletions
|
@ -819,7 +819,7 @@ (define-public liba52
|
|||
(define-public libaom
|
||||
(package
|
||||
(name "libaom")
|
||||
(version "3.2.0")
|
||||
(version "3.3.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -828,7 +828,7 @@ (define-public libaom
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fmnbzpl481i7kchx4hbvb507r5pfgyrzfrlrs7jk3bicycm75qv"))))
|
||||
"024vhsx7bw9kajk65hhh5vmqrja0h33rmlcpngsj3yg4p8l29943"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list perl pkg-config python)) ; to detect the version
|
||||
|
|
Loading…
Reference in a new issue