guix_mirror_bot pushed a commit to branch kde-team
in repository guix.
commit ab72836cbce08cea5be58bbeb5022f5868ab2fae
Author: Sughosha <[email protected]>
AuthorDate: Mon Feb 9 01:58:03 2026 +0530
gnu: modemmanager-qt: Update to 6.22.0.
* gnu/packages/kde-frameworks.scm (modemmanager-qt): Update to 6.22.0.
Change-Id: I9ff0a5080773ea1045acd53b71c9b08581680ddb
---
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 ecc527ef1e..e14b7c7a7a 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1792,7 +1792,7 @@ lower level classes for interaction with the X Windowing
System.")
(define-public modemmanager-qt
(package
(name "modemmanager-qt")
- (version "6.21.0")
+ (version "6.22.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1801,7 +1801,7 @@ lower level classes for interaction with the X Windowing
System.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0q4bzi0chyajlam7pmzwh9bwnb0gkwvgy3cq6z17154ggazaxk2q"))))
+ "0wl7fgijizglh82kip9zn9whabgnlahd21rs7jqjxydrzn43c9h4"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules dbus pkg-config))