summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-03-09 02:45:11 -0500
committerLeo Famulari <leo@famulari.name>2021-03-09 03:42:18 -0500
commit0d9b7fd0c1578b68b74097a5f15565d1a3d28179 (patch)
treee59a42e7702f3eed378523dd30b99352a2ccb281
parent236a88294295e7ec6f7463ae7fae246aac0e6162 (diff)
downloadguix-0d9b7fd0c1578b68b74097a5f15565d1a3d28179.tar.gz
gnu: libaom: Update to 2.0.2.
* gnu/packages/video.scm (libaom): Update to 2.0.2.
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 92ecfb99ff..96c7165ae9 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.1")
+    (version "2.0.2")
     (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
-                "1vakwmcwvmmrdw7460m8hzq96y71lxqix8b2g07c6s12br0rrdhl"))))
+                "0f3i983s9yvh9zc6mpy1ck5sjcg9l09lpw9v4md3mv8gbih9f0z0"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("perl" ,perl)