z572 pushed a commit to branch qt-team
in repository guix.

commit 8c2fefc3b9934ebaf2a6cdd6ca377fe35153818f
Author: Zheng Junjie <z572@z572.online>
AuthorDate: Thu May 8 14:40:38 2025 +0800

    gnu: kolf: Update to 25.04.0.
    
    * gnu/packages/kde-games.scm (kolf): Update to 25.04.0.
    [inputs]: Add kiconthemes.
    
    Change-Id: I7f68e8f9a7d6a2ffb02c5a6b5bc972e7ffd07bc8
---
 gnu/packages/kde-games.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 26f1741172..ae9aa7affb 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -133,14 +133,14 @@ This package is part of the KDE games module.")
 (define-public kolf
   (package
     (name "kolf")
-    (version "24.12.3")
+    (version "25.04.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kolf-" version ".tar.xz"))
        (sha256
-        (base32 "0vr5ard0wgi6cpvz5clcpdglkgdzmk47br5v5qzcf07pk3qxmgg4"))))
+        (base32 "0pbq1v84j8jl64p4lv60x1gss28181594vlhcpqyjadxwgy5n37m"))))
     (build-system qt-build-system)
     (arguments (list #:qtbase qtbase))
     (native-inputs
@@ -152,6 +152,7 @@ This package is part of the KDE games module.")
            kcrash
            kdbusaddons
            ki18n
+           kiconthemes
            kio
            kwidgetsaddons
            kxmlgui

Reply via email to