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

commit 1d984813eb011189a92ea60c9f26e6d8e4793d42
Author: Sughosha <[email protected]>
AuthorDate: Fri May 8 06:07:58 2026 +0530

    gnu: kblackbox: Update to 26.04.1.
    
    * gnu/packages/kde-games.scm (kblackbox): Update to 26.04.1.
    
    Change-Id: I5e1d7712ace2ee564d0c5e22fb762a5109a405e5
---
 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 a425db6332..beba2f2ba4 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -974,14 +974,14 @@ This package is part of the KDE games module.")
 (define-public kblackbox
   (package
     (name "kblackbox")
-    (version "25.12.3")
+    (version "26.04.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kblackbox-" version ".tar.xz"))
        (sha256
-        (base32 "1a5lvbpdhvg3c6plam4aniv6qf786sscnq1cjlbdx8wgwi2hwghl"))))
+        (base32 "0zrbsric78hn67mw3j4x8nfdpwkd3068jv8ingm1hbpfkljzl1pc"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to