lfam pushed a commit to branch master
in repository guix.

commit 6597893ba27153efd61bc28b15c1f4cd1aab2864
Author: Arne Babenhauserheide <arne_...@web.de>
AuthorDate: Fri May 22 15:17:32 2020 +0200

    gnu: libaom: Update to 2.0.0
    
    * gnu/packages/video.scm (libaom): Update to 2.0.0.
    
    Signed-off-by: Leo Famulari <l...@famulari.name>
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index bb465c6..cd3e5ba 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -283,7 +283,7 @@ television and DVD.  It is also known as AC-3.")
 (define-public libaom
   (package
     (name "libaom")
-    (version "1.0.0-errata1-avif")
+    (version "2.0.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -292,7 +292,7 @@ television and DVD.  It is also known as AC-3.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "169yfgh7zigc21h71qclfyr7s4wwp2i9vbr4z6pkabypvass4v7m"))))
+                "1616xjhj6770ykn82ml741h8hx44v507iky3s9h7a5lnk9d4cxzy"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("perl" ,perl)

Reply via email to