guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit 668ad0972af6ba341043d560710c3809295a6e67
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:58:56 2026 +0530
gnu: bomber: Update to 25.12.2.
* gnu/packages/kde-games.scm (bomber): Update to 25.12.2.
Change-Id: I83d52e857371aeb3c66a7a8b0232eb57d3c46704
---
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 f14d6e0b8b..db1f8bd154 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.12.0")
+ (version "25.12.2")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/bomber-" version ".tar.xz"))
(sha256
- (base32 "078y9lhlq1gwcsc9z1m7l9dj0nkw85vmj4si13p1nm0b5l1ghk1q"))))
+ (base32 "09azzlgp3b2866q5hd03imliq2xw8j7pwh6m37n3hl2bx5sdby54"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))