guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/13: gnu: killbots: Update to 24.05.1.


From: guix-commits
Subject: 04/13: gnu: killbots: Update to 24.05.1.
Date: Tue, 2 Jul 2024 05:39:18 -0400 (EDT)

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

commit 3239341948eb0436232c974ad40d87752d062c8f
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Tue Jul 2 15:56:01 2024 +0800

    gnu: killbots: Update to 24.05.1.
    
    * gnu/packages/kde-games.scm (killbots): Update to 24.05.1.
    [inputs]: Remove kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash,
    kdbusaddons, ki18n, kwidgetsaddons, kxmlgui, qtbase-5, and
    qtdeclarative-5; add kcompletion-6, kconfig-6, kconfigwidgets-6,
    kcoreaddons-6, kcrash-6, kdbusaddons-6, ki18n-6, kwidgetsaddons-6,
    kxmlgui-6, qtbase, and qtdeclarative.
    [native-inputs]: Remove kdoctools; add kdoctools-6.
    
    Change-Id: I9e8a8e4a13f19b1b58d2f4b0c17f3cb9a76705ad
---
 gnu/packages/kde-games.scm | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index 24c391609b..46724847af 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -1326,30 +1326,30 @@ This package is part of the KDE games module.")
 (define-public killbots
   (package
     (name "killbots")
-    (version "23.04.3")
+    (version "24.05.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "mirror://kde/stable/release-service/" version
                            "/src/killbots-" version ".tar.xz"))
        (sha256
-        (base32 "0ygg2cmp7wqzw9nsn768vzgjs8i44k3skwcn2abg1jj5k64wp9cb"))))
+        (base32 "1g150knfwb7sn8syxz90jfib482cj03prjq1mpjas9fnva51vffa"))))
     (build-system qt-build-system)
     (native-inputs
-     (list extra-cmake-modules kdoctools))
+     (list extra-cmake-modules kdoctools-6))
     (inputs
-     (list kcompletion
-           kconfig
-           kconfigwidgets
-           kcoreaddons
-           kcrash
-           kdbusaddons
-           ki18n
-           kwidgetsaddons
-           kxmlgui
+     (list kcompletion-6
+           kconfig-6
+           kconfigwidgets-6
+           kcoreaddons-6
+           kcrash-6
+           kdbusaddons-6
+           ki18n-6
+           kwidgetsaddons-6
+           kxmlgui-6
            libkdegames
-           qtbase-5
-           qtdeclarative-5))
+           qtbase
+           qtdeclarative))
     (home-page "https://apps.kde.org/killbots/";)
     (synopsis "Port of the classic BSD console game robots")
     (description "Killbots is a simple game of evading killer robots.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]