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

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

    gnu: ktuberling: Update to 26.04.1.
    
    * gnu/packages/kde-games.scm (ktuberling): Update to 26.04.1.
    
    Change-Id: Id8f484098592a3fd5c91ff6ff9abc168cc9499c9
---
 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 145a53d8cd..9a8496040d 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -138,14 +138,14 @@ This package is part of the KDE games module.")
 (define-public ktuberling
   (package
     (name "ktuberling")
-    (version "25.12.3")
+    (version "26.04.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/ktuberling-" version ".tar.xz"))
        (sha256
-        (base32 "0lvwb126rq0prpmmd1argvydvhvpg6fb9wjwkiy33dsigjin4a8d"))))
+        (base32 "1xh3k98fs1d3wqizfzmwkvkqs8xn0phrjqgrxsdj8bpm4dwk0hbh"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to