guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: libaom: Update to 3.1.2.


From: guix-commits
Subject: 01/03: gnu: libaom: Update to 3.1.2.
Date: Sun, 8 Aug 2021 21:30:18 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 4d28393f2d16680ec307cf2c65c66411069ac26e
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sun Aug 8 17:00:15 2021 -0400

    gnu: libaom: Update to 3.1.2.
    
    * gnu/packages/video.scm (libaom): Update to 3.1.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 3993277..72b6a86 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -777,7 +777,7 @@ television and DVD.  It is also known as AC-3.")
 (define-public libaom
   (package
     (name "libaom")
-    (version "3.1.1")
+    (version "3.1.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -786,7 +786,7 @@ television and DVD.  It is also known as AC-3.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "11fy2xw35ladkjcz71samhcpqlqr3y0n1n17nk90i13aydrll66f"))))
+                "1c7yrhb56qj5c3lz54n1f9cbrvdr32g2yrrdiiy72sib8ycq9hz2"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("perl" ,perl)



reply via email to

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