gnu: modemmanager-qt: Update to 6.5.0.

* gnu/packages/kde-frameworks.scm (modemmanager-qt): Update to 6.5.0.

Change-Id: I940fcc4d80dfdb2cc44b524d1be83205f82ea0e8
This commit is contained in:
Zheng Junjie 2024-08-13 14:54:51 +08:00
parent 925e3cb6df
commit b1cb2551ee
No known key found for this signature in database
GPG key ID: 3B5AA993E1A2DFF0

View file

@ -1787,7 +1787,7 @@ (define-public kwindowsystem-5
(define-public modemmanager-qt (define-public modemmanager-qt
(package (package
(name "modemmanager-qt") (name "modemmanager-qt")
(version "6.4.0") (version "6.5.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1796,7 +1796,7 @@ (define-public modemmanager-qt
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"17gfvrigqavq640l1pbafpl2bnps6m69ivwdqdcfmqxw2sljmg7j")))) "0yvismy20f8xv58f17gi4a9h4rp9mbz3384208v9qpawkj6b3hkn"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
(list extra-cmake-modules dbus pkg-config)) (list extra-cmake-modules dbus pkg-config))