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

commit 17e4184b2a141e905c7717e5c9ae4909c74507d1
Author: Sughosha <[email protected]>
AuthorDate: Fri Oct 10 13:54:46 2025 +0530

    gnu: killbots: Update to 25.08.2.
    
    * gnu/packages/kde-games.scm (killbots): Update to 25.08.2.
    
    Change-Id: I468a3995f8eb5f7f637d1be7d095d44273985429
---
 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 e3f58c3db4..c3e18465fc 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1483,14 +1483,14 @@ This package is part of the KDE games module.")
 (define-public killbots
   (package
     (name "killbots")
-    (version "25.08.1")
+    (version "25.08.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/killbots-" version ".tar.xz"))
        (sha256
-        (base32 "17rp893yh5fvavwp2djydnrmckswy7qnqpal3kr1q6pp1yy3mvk8"))))
+        (base32 "1w6cw18plnafbshwfz1l2b8xk8vsqjkf6ykj7bvmrp05bmqmj5ry"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to