1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-16 06:05:54 +02:00

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
committed by Zheng Junjie
parent 7a04401798
commit 6e6594e92c
+2 -2
View File
@@ -1794,7 +1794,7 @@ lower level classes for interaction with the X Windowing System.")
(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 @@ lower level classes for interaction with the X Windowing System.")
name "-" version ".tar.xz"))
(sha256
(base32
"0yvismy20f8xv58f17gi4a9h4rp9mbz3384208v9qpawkj6b3hkn"))))
"05gfw9skiz7psyrpccp8ksp44w07w4a5z0gghdg8fgkz92b3y2k4"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules dbus pkg-config))