iyzsong pushed a commit to branch kde-updates
in repository guix.
commit e57c1e6161173951509f84136241166911c45e16
Author: Zheng Junjie <[email protected]>
AuthorDate: Wed Jul 12 12:06:56 2023 +0800
gnu: modemmanager-qt: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (modemmanager-qt): Update to 5.108.0.
Signed-off-by: 宋文武 <[email protected]>
---
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 b8ffbdb9f1..d0c10e78c2 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1226,7 +1226,7 @@ lower level classes for interaction with the X Windowing
System.")
(define-public modemmanager-qt
(package
(name "modemmanager-qt")
- (version "5.98.0")
+ (version "5.108.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1235,7 +1235,7 @@ lower level classes for interaction with the X Windowing
System.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0gk4jy3r1451a2dajhnz6lin4lfawc4qdlxp7n7m43ca4d89h13k"))))
+ "1rkz1m2dlfhny9zvy8axzgjxgh41cfnmpb52rwargmrsgplcx7rz"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules dbus pkg-config))