~ruther/guix-local

42c074428051d9fcdf3610ca83295d2ee59d1c07 — Zheng Junjie 1 year, 5 days ago fbd2911
gnu: ffmpegthumbs: Update to 25.04.0.

* gnu/packages/kde-multimedia.scm (ffmpegthumbs): Update to 25.04.0.

Change-Id: I8e277c94c994ca4b09a8302717def0e095e25c89
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/kde-multimedia.scm
M gnu/packages/kde-multimedia.scm => gnu/packages/kde-multimedia.scm +2 -2
@@ 266,14 266,14 @@ its own database.  You can build and play your own playlist.")
(define-public ffmpegthumbs
  (package
    (name "ffmpegthumbs")
    (version "24.12.3")
    (version "25.04.0")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "mirror://kde/stable/release-service/" version
                           "/src/ffmpegthumbs-" version ".tar.xz"))
       (sha256
        (base32 "1s8dq4cj75cbd1gg80d54lh9p87rpkz1ysbsq44lrjrq5wsg48id"))))
        (base32 "0wzxajxgnn2d0cf3rbbvnq43xmjr56qrmlqjblmvbm6k50vkdr3g"))))
    (build-system qt-build-system)
    (native-inputs
     (list extra-cmake-modules pkg-config))