diff options
author | Leo Famulari <leo@famulari.name> | 2022-04-03 19:55:52 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2022-04-03 23:09:35 -0400 |
commit | 7c94eea790934b8588a8a7907af8d538e00a0975 (patch) | |
tree | bcda0d443f8e97f488a2d2829dde1094cda9520e /gnu/packages | |
parent | 6ed308bb3c2846b62140dcf3ece6a2efe744e312 (diff) | |
download | guix-7c94eea790934b8588a8a7907af8d538e00a0975.tar.gz guix-7c94eea790934b8588a8a7907af8d538e00a0975.zip |
gnu: libaom: Update to 3.3.0.
* gnu/packages/video.scm (libaom): Update to 3.3.0.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/video.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index dc05c0a222..1a7d1068bf 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -819,7 +819,7 @@ television and DVD. It is also known as AC-3.") (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 @@ television and DVD. It is also known as AC-3.") (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 |