1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-17 15:50:31 +02:00

gnu: dolphin-plugins: Update to 25.12.0.

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

Change-Id: I8a99e5a81800163b86799322cd4983636f42f138
This commit is contained in:
Sughosha
2025-12-14 19:26:56 +05:30
parent b79d8caa35
commit e1ddd69ab4

View File

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