diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-06 19:09:03 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-18 10:45:17 +0800 |
commit | 0db2bf7b84d6a2f1c75c823c5f8de0bcfaa77f93 (patch) | |
tree | ca905b813740c473be529fc2c497132470e08516 /gnu | |
parent | 13e0846644ba301d2eff1ea9e3a63ebfdccc1a3e (diff) | |
download | guix-0db2bf7b84d6a2f1c75c823c5f8de0bcfaa77f93.tar.gz guix-0db2bf7b84d6a2f1c75c823c5f8de0bcfaa77f93.zip |
gnu: ksquares: Update to 24.05.2.
* gnu/packages/kde-games.scm (ksquares): Update to 24.05.2.
[arguments]: Set #:qtbase to qtbase.
[inputs]: Remove qtbase-5 and qtdeclarative-5; add qtdeclarative.
Change-Id: I979fb69ad29c3047c51889254bf926d5b33f36cd
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/kde-games.scm | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm index 8844820cbe..b5a610bd41 100644 --- a/gnu/packages/kde-games.scm +++ b/gnu/packages/kde-games.scm @@ -1527,15 +1527,16 @@ This package is part of the KDE games module.") (define-public ksquares (package (name "ksquares") - (version "23.04.3") + (version "24.05.2") (source (origin - (method url-fetch) - (uri (string-append "mirror://kde/stable/release-service/" version - "/src/ksquares-" version ".tar.xz")) - (sha256 - (base32 "0b3r99hfhm5r4jxkwiji0lww703r7dj60x2m55ginvdy7ixm46rm")))) + (method url-fetch) + (uri (string-append "mirror://kde/stable/release-service/" version + "/src/ksquares-" version ".tar.xz")) + (sha256 + (base32 "1nmlnqirgp53h03kyj0cwg0nny0dckb6c7vs16jkqr11rmb39g1v")))) (build-system qt-build-system) + (arguments (list #:qtbase qtbase)) (native-inputs (list extra-cmake-modules kdoctools)) (inputs @@ -1549,8 +1550,7 @@ This package is part of the KDE games module.") kwidgetsaddons kxmlgui libkdegames - qtbase-5 - qtdeclarative-5)) + qtdeclarative)) (home-page "https://apps.kde.org/ksquares/") (synopsis "Dots and Boxes game") (description "KSquares is an implementation of the popular paper based |