guix_mirror_bot pushed a commit to branch misc-world-rebuild in repository guix.
commit bccf2fab6d0b5e5c42240061bbfeca9544f9edc4 Author: Patrick Norton <[email protected]> AuthorDate: Sun May 3 08:53:16 2026 -0400 gnu: libaom: Update to 3.13.3. * gnu/packages/video.scm (libaom): Update to 3.13.3. Change-Id: Iaf631d41bba89d352080d3702a6324f2e2bf00f9 Merges: https://codeberg.org/guix/guix/pulls/8325 Signed-off-by: Nguyễn Gia Phong <[email protected]> --- 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 2c48780ff2..985206cbf8 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -939,7 +939,7 @@ television and DVD. It is also known as AC-3.") (define-public libaom (package (name "libaom") - (version "3.8.0") + (version "3.13.3") (source (origin (method git-fetch) (uri (git-reference @@ -948,7 +948,7 @@ television and DVD. It is also known as AC-3.") (file-name (git-file-name name version)) (sha256 (base32 - "04zfgvzi4h4ybvjc4zfpfsmldz8w6vasjlrry7j4p6g3g7wk64r7")))) + "1i5sd7zbjz5jy1w8cdrrm09cqi4ai8vdf08nvjf75dlszmmvl9j5")))) (build-system cmake-build-system) (native-inputs (list perl pkg-config python)) ; to detect the version
