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
This commit is contained in:
Zheng Junjie 2025-01-10 11:52:05 +08:00
parent 6fbbef09db
commit ba82443012
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -550,7 +550,7 @@ 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)
@ -559,11 +559,11 @@ software (Git, Subversion, Mercurial, CVS and Bazaar).")
(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")