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

commit 705f849f1bb639c7c9ca5200a72cd5fae5857716
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Sun May 4 14:10:11 2025 +0800

    gnu: modemmanager-qt: Update to 6.13.0.
    
    * gnu/packages/kde-frameworks.scm (modemmanager-qt): Update to 6.13.0.
    
    Change-Id: I36c77c55f299d7b56ecd90d1dc27f1e95d4736c8
---
 gnu/packages/kde-frameworks.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 53b315ac72..8b9a46837d 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1806,7 +1806,7 @@ lower level classes for interaction with the X Windowing 
System.")
 (define-public modemmanager-qt
   (package
     (name "modemmanager-qt")
-    (version "6.10.0")
+    (version "6.13.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1815,7 +1815,7 @@ lower level classes for interaction with the X Windowing 
System.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "05gfw9skiz7psyrpccp8ksp44w07w4a5z0gghdg8fgkz92b3y2k4"))))
+                "1l6v6hnmdjkyp2nsxhplx7jv64rwxicw5s1mqf6zby3aq4rd7vr5"))))
     (build-system cmake-build-system)
     (native-inputs
      (list extra-cmake-modules dbus pkg-config))

Reply via email to