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

commit 2ed231c3f2b90bbfdb2f14daf0ec5b81dbcafb6c
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 06:07:54 2026 +0530

    gnu: kolf: Update to 26.04.1.
    
    * gnu/packages/kde-games.scm (kolf): Update to 26.04.1.
    
    Change-Id: I379cf311b2b0585cb951ed7f5ea4317c81a25432
---
 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 40522b8277..6c4780166d 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -228,14 +228,14 @@ This package is part of the KDE games module.")
 (define-public kolf
   (package
     (name "kolf")
-    (version "25.12.3")
+    (version "26.04.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kolf-" version ".tar.xz"))
        (sha256
-        (base32 "1s4mr16lbiw0km31y5419bxih9sxq95gcl4wdr8jfl03znx5k4vd"))))
+        (base32 "13qlbah6fyhap3wjgycbs6jiadnar2rnd2w6ws723pgd0pl60wkq"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to