diff options
author | Leo Famulari <leo@famulari.name> | 2021-03-26 02:25:11 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-03-26 04:05:05 -0400 |
commit | 4c56620555a7f1235ef4e6f5b9ad2cfe87403c55 (patch) | |
tree | 95ccf416e37446197fb3dac6e79bb8fff00f8692 /gnu/packages/video.scm | |
parent | f21075f039be2afb86f0735f151b94050a3d41bd (diff) | |
download | guix-4c56620555a7f1235ef4e6f5b9ad2cfe87403c55.tar.gz |
gnu: libaom: Update to 3.0.0.
* gnu/packages/video.scm (libaom): Update to 3.0.0.
Diffstat (limited to 'gnu/packages/video.scm')
-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 bd8fddf9b4..6e4303c6f0 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -772,7 +772,7 @@ television and DVD. It is also known as AC-3.") (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 @@ television and DVD. It is also known as AC-3.") (file-name (git-file-name name version)) (sha256 (base32 - "0f3i983s9yvh9zc6mpy1ck5sjcg9l09lpw9v4md3mv8gbih9f0z0")))) + "178rq1d7i9q4lg40bipkyhdrk18j9wi5k5avpa5bls0zm7g5ifsx")))) (build-system cmake-build-system) (native-inputs `(("perl" ,perl) |