summaryrefslogtreecommitdiff
path: root/gnu/packages/video.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2020-12-19 01:54:25 -0500
committerLeo Famulari <leo@famulari.name>2020-12-20 17:35:39 -0500
commitcfee8608cc6de3285480c7956b52e7863380b743 (patch)
tree4a03a87423ecf3030d6f5b4d048f03787189edba /gnu/packages/video.scm
parent0717ab7615b1e4201bf4e4a2997213ed7bb65f4b (diff)
downloadguix-patches-cfee8608cc6de3285480c7956b52e7863380b743.tar
guix-patches-cfee8608cc6de3285480c7956b52e7863380b743.tar.gz
gnu: libaom: Update to 2.0.1.
* gnu/packages/video.scm (libaom): Update to 2.0.1.
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 9d69973182..d2330aaeeb 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -768,7 +768,7 @@ television and DVD. It is also known as AC-3.")
(define-public libaom
(package
(name "libaom")
- (version "2.0.0")
+ (version "2.0.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -777,7 +777,7 @@ television and DVD. It is also known as AC-3.")
(file-name (git-file-name name version))
(sha256
(base32
- "1616xjhj6770ykn82ml741h8hx44v507iky3s9h7a5lnk9d4cxzy"))))
+ "1vakwmcwvmmrdw7460m8hzq96y71lxqix8b2g07c6s12br0rrdhl"))))
(build-system cmake-build-system)
(native-inputs
`(("perl" ,perl)