mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01: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:
parent
d8c4688fde
commit
340e2f1b96
1 changed files with 2 additions and 2 deletions
|
@ -1794,7 +1794,7 @@ (define-public kwindowsystem-5
|
|||
(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 @@ (define-public modemmanager-qt
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0yvismy20f8xv58f17gi4a9h4rp9mbz3384208v9qpawkj6b3hkn"))))
|
||||
"05gfw9skiz7psyrpccp8ksp44w07w4a5z0gghdg8fgkz92b3y2k4"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules dbus pkg-config))
|
||||
|
|
Loading…
Reference in a new issue