guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: libaom: Update to 2.0.2.


From: guix-commits
Subject: 01/06: gnu: libaom: Update to 2.0.2.
Date: Tue, 9 Mar 2021 03:42:53 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 0d9b7fd0c1578b68b74097a5f15565d1a3d28179
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Tue Mar 9 02:45:11 2021 -0500

    gnu: libaom: Update to 2.0.2.
    
    * gnu/packages/video.scm (libaom): Update to 2.0.2.
---
 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 92ecfb9..96c7165 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]