guix_mirror_bot pushed a commit to branch kde-team
in repository guix.

commit ba3d19364b268ea1c1ec6707496632716cd2e6cd
Author: Zheng Junjie <[email protected]>
AuthorDate: Fri Jan 10 11:52:05 2025 +0800

    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
---
 gnu/packages/kde.scm | 10 +++++-----
 1 file 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")

Reply via email to