guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 347a09325d9cc623f1f148854a484530f3f636d9
Author: Sughosha <[email protected]>
AuthorDate: Sun Nov 16 10:09:20 2025 +0530

    gnu: katomic: Update to 25.08.3.
    
    * gnu/packages/kde-games.scm (katomic): Update to 25.08.3.
    
    Change-Id: I22e854740172a140b6fe8e02dd22d3a3ead299af
---
 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 46df16a4d2..4973389113 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -96,14 +96,14 @@
 (define-public katomic
   (package
     (name "katomic")
-    (version "25.08.2")
+    (version "25.08.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/katomic-" version ".tar.xz"))
        (sha256
-        (base32 "0srxgmbsd6wgzbi72bjhnvp3jj1k6z80fvrr84nrvzlc6r4jpfi5"))))
+        (base32 "1k22md9hbaa0mq51nqmalc7bzjv6rlhcdd9c70jhv8ndxwdvw8ch"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to