diff options
Diffstat (limited to 'gnu/packages')
-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 8288791c0e..b378e21c34 100644 --- a/gnu/packages/kde-games.scm +++ b/gnu/packages/kde-games.scm @@ -908,14 +908,14 @@ This package is part of the KDE games module.") (define-public granatier (package (name "granatier") - (version "23.04.3") + (version "24.05.2") (source (origin - (method url-fetch) - (uri (string-append "mirror://kde/stable/release-service/" version - "/src/granatier-" version ".tar.xz")) - (sha256 - (base32 "1zyadmgnpgsx728gzd55qyijsm13pb9cxs1y4l4c4m9lnz4y183v")))) + (method url-fetch) + (uri (string-append "mirror://kde/stable/release-service/" version + "/src/granatier-" version ".tar.xz")) + (sha256 + (base32 "0g38sfx4x61isvi3h6b8xmdbbqrvq8z8rrxb0xdbz3fkwxyigy75")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools)) @@ -931,9 +931,9 @@ This package is part of the KDE games module.") kwidgetsaddons kxmlgui libkdegames - qtbase-5 - qtdeclarative-5 - qtsvg-5)) + qtdeclarative + qtsvg)) + (arguments (list #:qtbase qtbase)) (home-page "https://apps.kde.org/granatier/") (synopsis "Bomberman clone") (description "Granatier is a clone of the classic Bomberman game, |