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

commit e7a6a6f1fb47d1b165e880feb21fa3e90ab7f176
Author: Zheng Junjie <[email protected]>
AuthorDate: Sat Jul 6 17:44:54 2024 +0800

    gnu: knetwalk: Update to 24.05.2.
    
    * gnu/packages/kde-games.scm (knetwalk): Update to 24.05.2.
    [inputs]: Remove qtbase-5 and qtdeclarative-5; add qtdeclarative.
    [arguments]: Set #:qtbase to qtbase.
    
    Change-Id: I3114a366f170c9baa75cb3b8b5435cf6013134c2
---
 gnu/packages/kde-games.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 06967a47f0..9a2f82ac85 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -826,15 +826,16 @@ This package is part of the KDE games module.")
 (define-public knetwalk
   (package
     (name "knetwalk")
-    (version "23.04.3")
+    (version "24.05.2")
     (source
      (origin
-      (method url-fetch)
-      (uri (string-append "mirror://kde/stable/release-service/" version
-                          "/src/knetwalk-" version ".tar.xz"))
-      (sha256
-       (base32 "1xqqwsbm3f8bmid7afbnacxlg1hih644f0nw0i87pr746m1sskgz"))))
+       (method url-fetch)
+       (uri (string-append "mirror://kde/stable/release-service/" version
+                           "/src/knetwalk-" version ".tar.xz"))
+       (sha256
+        (base32 "1p6d27l2j6h5kqyjpws4s0ilvzhrhbd3lwd7776z1lmidqixvwfq"))))
     (build-system qt-build-system)
+    (arguments (list #:qtbase qtbase))
     (native-inputs
      (list extra-cmake-modules kdoctools))
     (inputs
@@ -849,8 +850,7 @@ This package is part of the KDE games module.")
            kwidgetsaddons
            kxmlgui
            libkdegames
-           qtbase-5
-           qtdeclarative-5))
+           qtdeclarative))
     (home-page "https://apps.kde.org/knetwalk/";)
     (synopsis "Turn the board pieces to get all computers connected")
     (description "KNetWalk is a small game where you have to build up a

Reply via email to