diff options
-rw-r--r-- | gnu/packages/kde-games.scm | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm index 3ca30baa4e..9f9519fae9 100644 --- a/gnu/packages/kde-games.scm +++ b/gnu/packages/kde-games.scm @@ -490,15 +490,16 @@ This package is part of the KDE games module.") (define-public kbounce (package (name "kbounce") - (version "23.04.3") + (version "24.05.2") (source (origin - (method url-fetch) - (uri (string-append "mirror://kde/stable/release-service/" - version "/src/kbounce-" version ".tar.xz")) - (sha256 - (base32 "06b0q4f4yn8m8gy7wgax54ldwnkgykr8yfr2h0ih8mfg3w8xsx7s")))) + (method url-fetch) + (uri (string-append "mirror://kde/stable/release-service/" + version "/src/kbounce-" version ".tar.xz")) + (sha256 + (base32 "0s9009qi40fdi24lwp789cydgy1rm0n9f0fsb8pbldi9rmdk9x60")))) (build-system qt-build-system) + (arguments (list #:qtbase qtbase)) (native-inputs (list extra-cmake-modules kdoctools)) (inputs @@ -512,9 +513,8 @@ This package is part of the KDE games module.") kwidgetsaddons kxmlgui libkdegames - qtbase-5 - qtdeclarative-5 - qtsvg-5)) + qtdeclarative + qtsvg)) (home-page "https://apps.kde.org/kbounce/") (synopsis "Jezzball arcade game") (description "KBounce is a single player arcade game with the elements of |