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.0.0.


From: guix-commits
Subject: 01/03: gnu: libaom: Update to 3.0.0.
Date: Fri, 26 Mar 2021 04:05:38 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 4c56620555a7f1235ef4e6f5b9ad2cfe87403c55
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Fri Mar 26 02:25:11 2021 -0400

    gnu: libaom: Update to 3.0.0.
    
    * gnu/packages/video.scm (libaom): Update to 3.0.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 bd8fddf..6e4303c 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.2")
+    (version "3.0.0")
     (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
-                "0f3i983s9yvh9zc6mpy1ck5sjcg9l09lpw9v4md3mv8gbih9f0z0"))))
+                "178rq1d7i9q4lg40bipkyhdrk18j9wi5k5avpa5bls0zm7g5ifsx"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("perl" ,perl)



reply via email to

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