diff options
| author | Sughosha <sughosha@disroot.org> | 2026-02-08 23:59:08 +0530 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-24 12:04:34 +0100 |
| commit | ffd875a47f439341b32874acc97053b189bb8786 (patch) | |
| tree | 7c821645f2ba0540de21b1853c9b9e8a061146d7 /gnu/packages | |
| parent | a2b803eebd7cfac0fd181f0b937b10cbe5663e4d (diff) | |
gnu: ffmpegthumbs: Update to 25.12.2.
* gnu/packages/kde-multimedia.scm (ffmpegthumbs): Update to 25.12.2.
Change-Id: I03b82f1b04a5c9ae9fd56a869eae18da1e8a70db
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/kde-multimedia.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/kde-multimedia.scm b/gnu/packages/kde-multimedia.scm index 8ef87a57c0d..c49d6d19307 100644 --- a/gnu/packages/kde-multimedia.scm +++ b/gnu/packages/kde-multimedia.scm | |||
| @@ -445,14 +445,14 @@ its own database. You can build and play your own playlist.") | |||
| 445 | (define-public ffmpegthumbs | 445 | (define-public ffmpegthumbs |
| 446 | (package | 446 | (package |
| 447 | (name "ffmpegthumbs") | 447 | (name "ffmpegthumbs") |
| 448 | (version "25.12.0") | 448 | (version "25.12.2") |
| 449 | (source | 449 | (source |
| 450 | (origin | 450 | (origin |
| 451 | (method url-fetch) | 451 | (method url-fetch) |
| 452 | (uri (string-append "mirror://kde/stable/release-service/" version | 452 | (uri (string-append "mirror://kde/stable/release-service/" version |
| 453 | "/src/ffmpegthumbs-" version ".tar.xz")) | 453 | "/src/ffmpegthumbs-" version ".tar.xz")) |
| 454 | (sha256 | 454 | (sha256 |
| 455 | (base32 "1kvbrifg06hrwzbni5nrlpywy5c5rqdmkkljc03fsmxgs7plwy74")))) | 455 | (base32 "0in4bfbbx6c1zp5cc5rrf1c8gbhhs1v933wq41dm5lm8p84rh18q")))) |
| 456 | (build-system qt-build-system) | 456 | (build-system qt-build-system) |
| 457 | (native-inputs | 457 | (native-inputs |
| 458 | (list extra-cmake-modules pkg-config)) | 458 | (list extra-cmake-modules pkg-config)) |
