guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libaom: Update to 3.1.0.


From: guix-commits
Subject: 01/02: gnu: libaom: Update to 3.1.0.
Date: Thu, 20 May 2021 12:43:41 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit bead7dd7360a9d9e630c3b0654fffbdc1364f341
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu May 20 12:25:18 2021 -0400

    gnu: libaom: Update to 3.1.0.
    
    * gnu/packages/video.scm (libaom): Update to 3.1.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 7234553..4ab0ca2 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 "3.0.0")
+    (version "3.1.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
-                "178rq1d7i9q4lg40bipkyhdrk18j9wi5k5avpa5bls0zm7g5ifsx"))))
+                "1v3i34jmbz1p3x8msj3vx46nl6jdzxbkr2lfbh06vard8adb16il"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("perl" ,perl)



reply via email to

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