gnu: dolphin: Update to 25.04.0.

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

Change-Id: Ifdad74288f1c390e6934d88b8c4393506b8d3e3d
This commit is contained in:
Zheng Junjie 2025-05-05 22:42:58 +08:00
parent 1f4ae7a5fe
commit 0b326ad416
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -55,14 +55,14 @@
(define-public dolphin
(package
(name "dolphin")
(version "24.12.1")
(version "25.04.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/dolphin-" version ".tar.xz"))
(sha256
(base32 "0qw61a1k8savwz0wi6xmr2z19jn5n7qjscsn284lwdc646m0l728"))))
(base32 "061a05dab11isn7pnv07mvvh84wgx8appxpygmj25bqjxw2fr5w9"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools ruby ruby-test-unit))