guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 8bf0310193ae1c3c63596043b57c5bde03ac3c44
Author: Sughosha <[email protected]>
AuthorDate: Sun Nov 9 10:09:33 2025 +0530

    gnu: kfourinline: Update to 25.08.3.
    
    * gnu/packages/kde-games.scm (kfourinline): Update to 25.08.3.
    
    Change-Id: Ifa5f81a492a2ff806adb83c0e556ae6b4e139993
---
 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 2ed7b3419c..cdb0ea2a08 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.2")
+    (version "25.08.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/kfourinline-" version ".tar.xz"))
        (sha256
-        (base32 "1jr2jpzsyrzmnlalx2z8w5h61i1nvls35y5c2jxs9hick9hb13pc"))))
+        (base32 "04lpm7f119imm0x439bqlm62v7jq4arb0w1kq5s2b2hj1w6ayn65"))))
     (build-system qt-build-system)
     (arguments
      (list #:qtbase qtbase

Reply via email to