diff options
author | Leo Famulari <leo@famulari.name> | 2021-08-08 17:00:15 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-07-27 12:34:56 -0400 |
commit | 4d28393f2d16680ec307cf2c65c66411069ac26e (patch) | |
tree | a9f0a640ed1bba5b70aca41c7747cd53195b16a8 | |
parent | 2bc17f60885825b2602f64e309f01aa75758ff9b (diff) | |
download | guix-4d28393f2d16680ec307cf2c65c66411069ac26e.tar.gz |
gnu: libaom: Update to 3.1.2.
* gnu/packages/video.scm (libaom): Update to 3.1.2.
-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 399327741f..72b6a86101 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -777,7 +777,7 @@ television and DVD. It is also known as AC-3.") (define-public libaom (package (name "libaom") - (version "3.1.1") + (version "3.1.2") (source (origin (method git-fetch) (uri (git-reference @@ -786,7 +786,7 @@ television and DVD. It is also known as AC-3.") (file-name (git-file-name name version)) (sha256 (base32 - "11fy2xw35ladkjcz71samhcpqlqr3y0n1n17nk90i13aydrll66f")))) + "1c7yrhb56qj5c3lz54n1f9cbrvdr32g2yrrdiiy72sib8ycq9hz2")))) (build-system cmake-build-system) (native-inputs `(("perl" ,perl) |