diff options
author | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2025-01-10 11:52:05 +0800 |
---|---|---|
committer | Zheng Junjie <z572@z572.online> | 2025-07-05 23:07:02 +0800 |
commit | f2a816b24c7a1970e347c5a6be71f4484e658a49 (patch) | |
tree | 6bcc02621becc9d8038ebc5292f3a011a18d98fc | |
parent | 46d2b18d871a03d4ba3fa04c41e5c605b796163f (diff) |
gnu: kdevelop-pg-qt: Update to 2.3.0.
* gnu/packages/kde.scm (kdevelop-pg-qt): Update to 2.3.0.
[inputs]: Remove qtbase-5; add qtbase.
Change-Id: If3fe1528848f36f88617013585ff2321e075dcb6
-rw-r--r-- | gnu/packages/kde.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm index 5c719f6e9c..590d529cd3 100644 --- a/gnu/packages/kde.scm +++ b/gnu/packages/kde.scm @@ -664,20 +664,20 @@ software (Git, Subversion, Mercurial, CVS and Bazaar).") (define-public kdevelop-pg-qt (package (name "kdevelop-pg-qt") - (version "2.2.2") + (version "2.3.0") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/KDE/kdevelop-pg-qt") - (commit (string-append "v" version)))) + (url "https://github.com/KDE/kdevelop-pg-qt") + (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0kdi12phrl5afv41dy856g2vv3bp0a1b1vwp90h08wbqsfyy1zlm")))) + (base32 "0wbfgd1d995cmqbfz2bvdsz02jhcvgd5jam7wm4m5npqwzgl5f7v")))) (native-inputs (list extra-cmake-modules)) (inputs - (list qtbase-5)) + (list qtbase)) (build-system cmake-build-system) (home-page "https://kde.org") (synopsis "Parser generator library for KDevplatform") |