gnu: modemmanager-qt: Update to 6.16.0.

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

Change-Id: I406f5fdefcf018922665d5dfa640e479a8eef8a8
This commit is contained in:
Zheng Junjie 2025-07-21 15:26:26 +08:00
parent 643037c29d
commit 779e4f7bff
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1858,7 +1858,7 @@ lower level classes for interaction with the X Windowing System.")
(define-public modemmanager-qt (define-public modemmanager-qt
(package (package
(name "modemmanager-qt") (name "modemmanager-qt")
(version "6.13.0") (version "6.16.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1867,7 +1867,7 @@ lower level classes for interaction with the X Windowing System.")
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"1l6v6hnmdjkyp2nsxhplx7jv64rwxicw5s1mqf6zby3aq4rd7vr5")))) "17pq4bv52fvz95fw4z94zq9pg8hq52phzzy5x5mrldf38kmjk69v"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules dbus pkg-config)) (list extra-cmake-modules dbus pkg-config))