gnu: modemmanager-qt: Update to 6.10.0.

* gnu/packages/kde-frameworks.scm (modemmanager-qt): Update to 6.10.0.

Change-Id: I78c3359a816c6c9d89143776fa3997438997efca
This commit is contained in:
Zheng Junjie 2025-01-10 11:51:24 +08:00
parent d8c4688fde
commit 340e2f1b96
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1794,7 +1794,7 @@ (define-public kwindowsystem-5
(define-public modemmanager-qt
(package
(name "modemmanager-qt")
(version "6.5.0")
(version "6.10.0")
(source (origin
(method url-fetch)
(uri (string-append
@ -1803,7 +1803,7 @@ (define-public modemmanager-qt
name "-" version ".tar.xz"))
(sha256
(base32
"0yvismy20f8xv58f17gi4a9h4rp9mbz3384208v9qpawkj6b3hkn"))))
"05gfw9skiz7psyrpccp8ksp44w07w4a5z0gghdg8fgkz92b3y2k4"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules dbus pkg-config))