guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit 1f206bc07877f19c3feda97f9014c99e8619e230
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:58:52 2026 +0530

    gnu: kolf: Update to 25.12.2.
    
    * gnu/packages/kde-games.scm (kolf): Update to 25.12.2.
    
    Change-Id: Ieb86ec3304a3b62062e57af8aa59922ffe6f0220
---
 gnu/packages/kde-games.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 4d3c3c3d76..87550f64fb 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -224,14 +224,14 @@ This package is part of the KDE games module.")
 (define-public kolf
   (package
     (name "kolf")
-    (version "25.12.0")
+    (version "25.12.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kolf-" version ".tar.xz"))
        (sha256
-        (base32 "1x34l9imb36kf32wzgyvkssl3fz4nrg4jrv2lv16sj3ryh88xv02"))))
+        (base32 "0hh9h0k2fv1h7r945xi52m5n5kgi2xy409fmjlw0f5nkgy0b1sg3"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to