diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-16 13:52:52 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-10-16 17:30:30 +0200 |
commit | e924e0adcfa7f227e31879f5f2fa87ba580543fd (patch) | |
tree | b356bca05be2f7c478a8c4fa761c10535b749d35 /gnu/packages/video.scm | |
parent | 877313f8c04c7d240f1211fcfb9843ac19d70a74 (diff) | |
download | guix-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.scm | 4 |
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) |