guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: libaom: Update to 3.1.1.


From: guix-commits
Subject: 03/04: gnu: libaom: Update to 3.1.1.
Date: Fri, 18 Jun 2021 18:08:52 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 563bd8305e2419ff76e815e036ec6e351538095a
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Jun 16 16:20:47 2021 +0200

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



reply via email to

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