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

commit c54740a6d398aacde8eddd200a05e8990433f9ae
Author: Zheng Junjie <zhengjun...@iscas.ac.cn>
AuthorDate: Sat Jul 6 00:28:55 2024 +0800

    gnu: modemmanager-qt: Update to 6.3.0.
    
    * gnu/packages/kde-frameworks.scm (modemmanager-qt): Update to 6.3.0.
    [inputs]: Remove qtbase-5; add qtbase.
    
    Change-Id: I7ac8319c04fa68cf038ad878b2a29fd30dfd4602
---
 gnu/packages/kde-frameworks.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 771f5f8875..69ef402353 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1278,7 +1278,7 @@ lower level classes for interaction with the X Windowing 
System.")
 (define-public modemmanager-qt
   (package
     (name "modemmanager-qt")
-    (version "5.114.0")
+    (version "6.3.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1287,7 +1287,7 @@ lower level classes for interaction with the X Windowing 
System.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "16jqhmcpsffl9a7c0bb4hwjy3bw5rakdsnc5n6y8djc6237jl9pi"))))
+                "1ky77v27nbil5vcig07yyk3jahv673qr7pn41dsb7f588sbh5www"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules dbus pkg-config))
@@ -1295,7 +1295,7 @@ lower level classes for interaction with the X Windowing 
System.")
      ;; Headers contain #include <ModemManager/ModemManager.h>
      (list modem-manager))
     (inputs
-     (list qtbase-5))
+     (list qtbase))
     (arguments
      (list #:phases #~(modify-phases %standard-phases
                         (replace 'check

Reply via email to