mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
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:
parent
925e3cb6df
commit
b1cb2551ee
1 changed files with 2 additions and 2 deletions
|
@ -1787,7 +1787,7 @@ (define-public kwindowsystem-5
|
|||
(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 @@ (define-public modemmanager-qt
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17gfvrigqavq640l1pbafpl2bnps6m69ivwdqdcfmqxw2sljmg7j"))))
|
||||
"0yvismy20f8xv58f17gi4a9h4rp9mbz3384208v9qpawkj6b3hkn"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules dbus pkg-config))
|
||||
|
|
Loading…
Reference in a new issue