diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-16 16:20:47 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-19 00:04:54 +0200 |
commit | 563bd8305e2419ff76e815e036ec6e351538095a (patch) | |
tree | b96b8d16af9b0683a8868c108903a4c7a09d5078 /gnu/packages | |
parent | 57c5c8a3a7feccc26a57eb51825ed1c5c0110557 (diff) | |
download | guix-563bd8305e2419ff76e815e036ec6e351538095a.tar.gz guix-563bd8305e2419ff76e815e036ec6e351538095a.zip |
gnu: libaom: Update to 3.1.1.
* gnu/packages/video.scm (libaom): Update to 3.1.1.
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 e3f4f59b4c..3a0ebf9542 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -773,7 +773,7 @@ television and DVD. It is also known as AC-3.") (define-public libaom (package (name "libaom") - (version "3.1.0") + (version "3.1.1") (source (origin (method git-fetch) (uri (git-reference @@ -782,7 +782,7 @@ television and DVD. It is also known as AC-3.") (file-name (git-file-name name version)) (sha256 (base32 - "1v3i34jmbz1p3x8msj3vx46nl6jdzxbkr2lfbh06vard8adb16il")))) + "11fy2xw35ladkjcz71samhcpqlqr3y0n1n17nk90i13aydrll66f")))) (build-system cmake-build-system) (native-inputs `(("perl" ,perl) |