guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/08: gnu: ffmpegthumbnailer: Update to 2.2.2.


From: guix-commits
Subject: 04/08: gnu: ffmpegthumbnailer: Update to 2.2.2.
Date: Wed, 25 Dec 2019 05:11:36 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f1b8ed3fbc9c06574dbabd6bb68e015e14846cf7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Dec 25 11:04:03 2019 +0100

    gnu: ffmpegthumbnailer: Update to 2.2.2.
    
    * gnu/packages/video.scm (ffmpegthumbnailer): Update to 2.2.2.
---
 gnu/packages/video.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 012a01f..b9daa16 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]