z572 pushed a commit to branch kde-team
in repository guix.
commit c400eff9442e1e883f87389b20c471f403c76bdd
Author: Zheng Junjie <[email protected]>
AuthorDate: Tue Aug 13 14:54:51 2024 +0800
gnu: modemmanager-qt: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (modemmanager-qt): Update to 6.5.0.
Change-Id: I940fcc4d80dfdb2cc44b524d1be83205f82ea0e8
---
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 e2e24bb31a..772d294454 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1787,7 +1787,7 @@ lower level classes for interaction with the X Windowing
System.")
(define-public modemmanager-qt
(package
(name "modemmanager-qt")
- (version "6.4.0")
+ (version "6.5.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1796,7 +1796,7 @@ lower level classes for interaction with the X Windowing
System.")
name "-" version ".tar.xz"))
(sha256
(base32
- "17gfvrigqavq640l1pbafpl2bnps6m69ivwdqdcfmqxw2sljmg7j"))))
+ "0yvismy20f8xv58f17gi4a9h4rp9mbz3384208v9qpawkj6b3hkn"))))
(build-system cmake-build-system)
(native-inputs
(list extra-cmake-modules dbus pkg-config))