guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a60070dbfc03a8db244802c796f6e559e0106241
Author: Sughosha <[email protected]>
AuthorDate: Sun Nov 9 10:09:40 2025 +0530

    gnu: kollision: Update to 25.08.3.
    
    * gnu/packages/kde-games.scm (kollision): Update to 25.08.3.
    
    Change-Id: I524321fca7ce65d83ff0fd2febceaad9e1404179
---
 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 d623604ba4..af458e8ca6 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1646,14 +1646,14 @@ This package is part of the KDE games module.")
 (define-public kollision
   (package
     (name "kollision")
-    (version "25.08.2")
+    (version "25.08.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kollision-" version ".tar.xz"))
        (sha256
-        (base32 "0jpg7x7giihrcyjmmfa4h5ppzdskklny5ws2hm6lwl027582rx2q"))))
+        (base32 "0flplbf0xxag9vpdqp6zq5bvdc3zkm75gwf7cdwavs2aqmkc3xcx"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to