guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 1ce1dfb223fc500d171b974b38a1fe7abdab48cd
Author: Sughosha <[email protected]>
AuthorDate: Sat Sep 20 20:34:28 2025 +0530

    gnu: bomber: Update to 25.08.1.
    
    * gnu/packages/kde-games.scm (bomber): Update to 25.08.1.
    
    Change-Id: I93176ab536d26454d69ed5d288c9154c5854b889
---
 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 17d513fcd3..ab0a528354 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -958,14 +958,14 @@ This package is part of the KDE games module.")
 (define-public bomber
   (package
     (name "bomber")
-    (version "24.12.3")
+    (version "25.08.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/bomber-" version ".tar.xz"))
        (sha256
-        (base32 "03llwmd8ichdb9n2xy0rhxy3hwzrxq39jmspjcynxnapl8qq2jnh"))))
+        (base32 "1v6bqlw3ksyp4h0xk9n92jvp2p6k1xcbjmjfvnnfjnppa0q10g60"))))
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules kdoctools))

Reply via email to