This is an automated email from the git hooks/post-receive script.

lfam pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 510a591  gnu: libaom: Update to 3.2.0.
510a591 is described below

commit 510a591b16ac3faf6316237b3a410c455ddfef93
Author: Leo Famulari <[email protected]>
AuthorDate: Mon Nov 8 18:00:30 2021 -0500

    gnu: libaom: Update to 3.2.0.
    
    * gnu/packages/video.scm (libaom): Update to 3.2.0.
---
 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 d37654a..3bfdde7 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -824,7 +824,7 @@ television and DVD.  It is also known as AC-3.")
 (define-public libaom
   (package
     (name "libaom")
-    (version "3.1.3")
+    (version "3.2.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -833,7 +833,7 @@ television and DVD.  It is also known as AC-3.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "08rk31d2cp9k9nj37s6a4n7klpfqfbj62anwyiggzsz7b68psjq3"))))
+                "0fmnbzpl481i7kchx4hbvb507r5pfgyrzfrlrs7jk3bicycm75qv"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("perl" ,perl)

Reply via email to