mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: ffmpegthumbs: Update to 25.04.0.
* gnu/packages/kde-multimedia.scm (ffmpegthumbs): Update to 25.04.0. Change-Id: I8e277c94c994ca4b09a8302717def0e095e25c89
This commit is contained in:
parent
fbd291191a
commit
42c0744280
1 changed files with 2 additions and 2 deletions
|
@ -266,14 +266,14 @@ its own database. You can build and play your own playlist.")
|
||||||
(define-public ffmpegthumbs
|
(define-public ffmpegthumbs
|
||||||
(package
|
(package
|
||||||
(name "ffmpegthumbs")
|
(name "ffmpegthumbs")
|
||||||
(version "24.12.3")
|
(version "25.04.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/ffmpegthumbs-" version ".tar.xz"))
|
"/src/ffmpegthumbs-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1s8dq4cj75cbd1gg80d54lh9p87rpkz1ysbsq44lrjrq5wsg48id"))))
|
(base32 "0wzxajxgnn2d0cf3rbbvnq43xmjr56qrmlqjblmvbm6k50vkdr3g"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config))
|
(list extra-cmake-modules pkg-config))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue