guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 16adba0be7af953db6b73871fb4ab6b1ba975933
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 19:26:20 2025 +0530
gnu: bomber: Update to 25.12.0.
* gnu/packages/kde-games.scm (bomber): Update to 25.12.0.
Change-Id: I500db0f38135707fe79f587c4a507b90446f0a4e
---
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 3765352d28..c2b9df4232 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1054,14 +1054,14 @@ This package is part of the KDE games module.")
(define-public bomber
(package
(name "bomber")
- (version "25.08.3")
+ (version "25.12.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/bomber-" version ".tar.xz"))
(sha256
- (base32 "16ycx665y8bj0j3m27js9ipwhlpwffw0f4wh41a2lp2i87bwrhbq"))))
+ (base32 "078y9lhlq1gwcsc9z1m7l9dj0nkw85vmj4si13p1nm0b5l1ghk1q"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))