guix_mirror_bot pushed a commit to branch kde-team in repository guix. commit e4dcb1945a57f3ccbf1f17f73aefc51a9652fe8f Author: Zheng Junjie <z572@z572.online> AuthorDate: Mon Jul 21 15:26:26 2025 +0800
gnu: modemmanager-qt: Update to 6.16.0. * gnu/packages/kde-frameworks.scm (modemmanager-qt): Update to 6.16.0. Change-Id: I406f5fdefcf018922665d5dfa640e479a8eef8a8 --- 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 ca44f5af7b..d1167e5948 100644 --- a/gnu/packages/kde-frameworks.scm +++ b/gnu/packages/kde-frameworks.scm @@ -1817,7 +1817,7 @@ lower level classes for interaction with the X Windowing System.") (define-public modemmanager-qt (package (name "modemmanager-qt") - (version "6.13.0") + (version "6.16.0") (source (origin (method url-fetch) (uri (string-append @@ -1826,7 +1826,7 @@ lower level classes for interaction with the X Windowing System.") name "-" version ".tar.xz")) (sha256 (base32 - "1l6v6hnmdjkyp2nsxhplx7jv64rwxicw5s1mqf6zby3aq4rd7vr5")))) + "17pq4bv52fvz95fw4z94zq9pg8hq52phzzy5x5mrldf38kmjk69v")))) (build-system cmake-build-system) (native-inputs (list extra-cmake-modules dbus pkg-config))