~ruther/guix-local

54fe0eb8ea859f5c71e30743f976727a112a6d60 — Sughosha 4 months ago 2cd6aae
gnu: dolphin-plugins: Update to 25.08.2.

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

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

M gnu/packages/kde-systemtools.scm
M gnu/packages/kde-systemtools.scm => gnu/packages/kde-systemtools.scm +2 -2
@@ 146,14 146,14 @@ The main features of Dolphin are:
(define-public dolphin-plugins
  (package
    (name "dolphin-plugins")
    (version "25.08.1")
    (version "25.08.2")
    (source
     (origin
       (method url-fetch)
       (uri (string-append "mirror://kde/stable/release-service/" version
                           "/src/dolphin-plugins-" version ".tar.xz"))
       (sha256
        (base32 "1jqr3k9zc9xgzx7sg2x7iwmim143402aznng0w3m9pw5zpaj5x3p"))))
        (base32 "1j0g2p7hj6ghg84bbchwayr0s0gcy3a8frgvwwjjc0aap5cxs4a3"))))
    (build-system qt-build-system)
    (native-inputs
     (list extra-cmake-modules))