me
/
guix
Archived
1
0
Fork 0

gnu: ffmpegthumbnailer: Update to 2.2.2.

* gnu/packages/video.scm (ffmpegthumbnailer): Update to 2.2.2.
master
Tobias Geerinckx-Rice 2019-12-25 11:04:03 +01:00
parent 763925b21d
commit f1b8ed3fbc
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 2 deletions

View File

@ -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)))