guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 7b1b27aa2e529692a0edeed5f68b9d1a65aba5fe
Author: Zheng Junjie <[email protected]>
AuthorDate: Mon Jul 28 16:51:50 2025 +0800
gnu: dolphin: Update to 25.04.3.
* gnu/packages/kde-systemtools.scm (dolphin): Update to 25.04.3.
Change-Id: I9b0aeda7879db8a9976069835ec3c24667892269
---
gnu/packages/kde-systemtools.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/kde-systemtools.scm b/gnu/packages/kde-systemtools.scm
index a58cacad71..5f2f50808f 100644
--- a/gnu/packages/kde-systemtools.scm
+++ b/gnu/packages/kde-systemtools.scm
@@ -55,14 +55,14 @@
(define-public dolphin
(package
(name "dolphin")
- (version "25.04.0")
+ (version "25.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/dolphin-" version ".tar.xz"))
(sha256
- (base32 "061a05dab11isn7pnv07mvvh84wgx8appxpygmj25bqjxw2fr5w9"))))
+ (base32 "1wf3aabpilbw3qgqifdr9fkvi318679sr7kq2jppywix5pqgl8p8"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools ruby ruby-test-unit))