guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0e51794d0d0a23342930b92a03e6dc135fc3809d
Author: Sughosha <[email protected]>
AuthorDate: Sun Nov 9 10:09:39 2025 +0530

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

Reply via email to