mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: ffmpegthumbnailer: Update to 2.2.2.
* gnu/packages/video.scm (ffmpegthumbnailer): Update to 2.2.2.
This commit is contained in:
parent
763925b21d
commit
f1b8ed3fbc
1 changed files with 2 additions and 2 deletions
|
@ -1055,7 +1055,7 @@ (define-public ffmpeg-for-stepmania
|
|||
(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 @@ (define-public ffmpegthumbnailer
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0kl8aa547icy9b05njps02a8sw4yn4f8fzs228kig247sn09s4cp"))))
|
||||
"1bakbr714j7yxdal1f5iq0gcl4cxggbbgj227ihdh5kvygqlwich"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
|
|
Loading…
Reference in a new issue