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

commit f51e2d5fb762f8413122765701b0862a637d0d0e
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Jul 2 16:03:06 2024 +0800

    gnu: knavalbattle: Update to 24.05.1.
    
    * gnu/packages/kde-games.scm (knavalbattle): Update to 24.05.1.
    [inputs]: Remove kauth, kcompletion, kconfig, kconfigwidgets, kcoreaddons,
    kcrash, kdbusaddons, kdnssd, ki18n, ktextwidgets, kxmlgui, qtbase-5,
    and qtdeclarative-5; add kauth-6, kcompletion-6, kconfig-6,
    kconfigwidgets-6, kcoreaddons-6, kcrash-6, kdbusaddons-6, kdnssd-6,
    ki18n-6, ktextwidgets-6, kxmlgui-6, qtbase, and qtdeclarative.
    [native-inputs]: Remove kdoctools; add kdoctools-6.
    
    Change-Id: I8811f4d66b1c52adbf8cb799cfcd06c9a237e75a
---
 gnu/packages/kde-games.scm | 40 ++++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 20 deletions(-)

diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 656b6d6b89..f9c7defb5f 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1442,32 +1442,32 @@ This package is part of the KDE games module.")
 (define-public knavalbattle
   (package
     (name "knavalbattle")
-    (version "23.04.3")
+    (version "24.05.1")
     (source
      (origin
-      (method url-fetch)
-      (uri (string-append "mirror://kde/stable/release-service/" version
-                          "/src/knavalbattle-" version ".tar.xz"))
-      (sha256
-       (base32 "1brj2dvymgpf74vbsrs2m81lxxfxsly9pafd13g8rkzdx3hn1n0q"))))
+       (method url-fetch)
+       (uri (string-append "mirror://kde/stable/release-service/" version
+                           "/src/knavalbattle-" version ".tar.xz"))
+       (sha256
+        (base32 "0pmprzgnpkmxji3cbsxh3si1rj6m1pyng9i2cb3fn9qz20kyxri0"))))
     (build-system qt-build-system)
     (native-inputs
-     (list extra-cmake-modules kdoctools))
+     (list extra-cmake-modules kdoctools-6))
     (inputs
-     (list kauth
-           kcompletion
-           kconfig
-           kconfigwidgets
-           kcoreaddons
-           kcrash
-           kdbusaddons
-           kdnssd
-           ki18n
-           ktextwidgets
-           kxmlgui
+     (list kauth-6
+           kcompletion-6
+           kconfig-6
+           kconfigwidgets-6
+           kcoreaddons-6
+           kcrash-6
+           kdbusaddons-6
+           kdnssd-6
+           ki18n-6
+           ktextwidgets-6
+           kxmlgui-6
            libkdegames
-           qtbase-5
-           qtdeclarative-5))
+           qtbase
+           qtdeclarative))
     (home-page "https://apps.kde.org/knavalbattle/";)
     (synopsis "Battleship board game with built-in game server")
     (description "KBattleship is a Battle Ship game for KDE.

Reply via email to