guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 56f1f02a977f572f9d1fff210841f8aad042e6df
Author: Sughosha <[email protected]>
AuthorDate: Sun Dec 14 19:26:19 2025 +0530

    gnu: kfourinline: Update to 25.12.0.
    
    * gnu/packages/kde-games.scm (kfourinline): Update to 25.12.0.
    
    Change-Id: I0056d2bc64eb484936db16cd21e8beee7ba7fd80
---
 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 6c9db8f2b3..3cb3520dbe 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -924,14 +924,14 @@ This package is part of the KDE games module.")
 (define-public kfourinline
   (package
     (name "kfourinline")
-    (version "25.08.3")
+    (version "25.12.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kfourinline-" version ".tar.xz"))
        (sha256
-        (base32 "04lpm7f119imm0x439bqlm62v7jq4arb0w1kq5s2b2hj1w6ayn65"))))
+        (base32 "18n5a031q5y1jf1jx5lkfghxz39jaw254qiqybilf7jicbg91rn0"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to