mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18: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
|
(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))
|
||||||
|
|
Loading…
Reference in a new issue