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

commit e1f78205846d9fd01693384bd0f710c286b43797
Author: Sughosha <[email protected]>
AuthorDate: Sun Feb 8 23:58:56 2026 +0530

    gnu: kblackbox: Update to 25.12.2.
    
    * gnu/packages/kde-games.scm (kblackbox): Update to 25.12.2.
    
    Change-Id: Icb58870d11a9d487dc230355f297585bce758acf
---
 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 6ce13716a3..0416e69472 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -967,14 +967,14 @@ This package is part of the KDE games module.")
 (define-public kblackbox
   (package
     (name "kblackbox")
-    (version "25.12.0")
+    (version "25.12.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kblackbox-" version ".tar.xz"))
        (sha256
-        (base32 "00l2cwb47dsx1f78rybay761y34mg07c08r6697hpf823c77g9fb"))))
+        (base32 "08gg4bpk9wjyfa554mx8z1ndmf01xqnl8b893lgc90irhb8l8809"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to