summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-10-16 13:52:52 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-10-16 17:30:30 +0200
commite924e0adcfa7f227e31879f5f2fa87ba580543fd (patch)
treeb356bca05be2f7c478a8c4fa761c10535b749d35 /gnu/packages/video.scm
parent877313f8c04c7d240f1211fcfb9843ac19d70a74 (diff)
downloadguix-patches-e924e0adcfa7f227e31879f5f2fa87ba580543fd.tar
guix-patches-e924e0adcfa7f227e31879f5f2fa87ba580543fd.tar.gz
gnu: fio: Update to 3.28.
* gnu/packages/benchmark.scm (fio): Update to 3.28. [arguments]: Don't explicitly return #t from phases.
Diffstat (limited to 'gnu/packages/video.scm')
-rw-r--r--gnu/packages/video.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 919375007d..d2a2a08ee3 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -822,7 +822,7 @@ television and DVD. It is also known as AC-3.")
(define-public libaom
(package
(name "libaom")
- (version "3.1.2")
+ (version "3.1.3")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -831,7 +831,7 @@ television and DVD. It is also known as AC-3.")
(file-name (git-file-name name version))
(sha256
(base32
- "1c7yrhb56qj5c3lz54n1f9cbrvdr32g2yrrdiiy72sib8ycq9hz2"))))
+ "08rk31d2cp9k9nj37s6a4n7klpfqfbj62anwyiggzsz7b68psjq3"))))
(build-system cmake-build-system)
(native-inputs
`(("perl" ,perl)