gnu: dolphin-plugins: Update to 24.12.1.

* gnu/packages/kde-systemtools.scm (dolphin-plugins): Update to 24.12.1.

Change-Id: Ibbc3400ce5393f70d789c35d02f271d04cb01d43
This commit is contained in:
Zheng Junjie 2025-01-10 11:52:00 +08:00 committed by Zheng Junjie
parent d516c916d8
commit 27329306c1
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -108,14 +108,14 @@ The main features of Dolphin are:
(define-public dolphin-plugins
(package
(name "dolphin-plugins")
(version "24.05.2")
(version "24.12.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/dolphin-plugins-" version ".tar.xz"))
(sha256
(base32 "08xyjjwkcr08ncc4xrj65c44iya4byvf1xhnwjg21i7zxls51zir"))))
(base32 "0c2gfix61kisva7abbcq41ixhbpzrshr2qm3vazmil4a4lv4n5n4"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules))