aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-12-25 11:04:03 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-12-25 11:10:57 +0100
commitf1b8ed3fbc9c06574dbabd6bb68e015e14846cf7 (patch)
tree14c84cdec2e267ef8e77e8f78d70584b7499a6e7
parent763925b21d8683a423e38f91d07e0750b1d9f3e5 (diff)
downloadguix-f1b8ed3fbc9c06574dbabd6bb68e015e14846cf7.tar
guix-f1b8ed3fbc9c06574dbabd6bb68e015e14846cf7.tar.gz
gnu: ffmpegthumbnailer: Update to 2.2.2.
* gnu/packages/video.scm (ffmpegthumbnailer): Update to 2.2.2.
-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 012a01f704..b9daa16117 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1055,7 +1055,7 @@ audio/video codec library.")
(define-public ffmpegthumbnailer
(package
(name "ffmpegthumbnailer")
- (version "2.2.0")
+ (version "2.2.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1064,7 +1064,7 @@ audio/video codec library.")
(file-name (git-file-name name version))
(sha256
(base32
- "0kl8aa547icy9b05njps02a8sw4yn4f8fzs228kig247sn09s4cp"))))
+ "1bakbr714j7yxdal1f5iq0gcl4cxggbbgj227ihdh5kvygqlwich"))))
(build-system cmake-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))