mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: modemmanager-qt: Update to 6.3.0.
* gnu/packages/kde-frameworks.scm (modemmanager-qt): Update to 6.3.0. [inputs]: Remove qtbase-5; add qtbase. Change-Id: I7ac8319c04fa68cf038ad878b2a29fd30dfd4602
This commit is contained in:
parent
b90ded254f
commit
e11a2dbe71
1 changed files with 3 additions and 3 deletions
|
@ -1278,7 +1278,7 @@ lower level classes for interaction with the X Windowing System.")
|
||||||
(define-public modemmanager-qt
|
(define-public modemmanager-qt
|
||||||
(package
|
(package
|
||||||
(name "modemmanager-qt")
|
(name "modemmanager-qt")
|
||||||
(version "5.114.0")
|
(version "6.3.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1287,7 +1287,7 @@ lower level classes for interaction with the X Windowing System.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16jqhmcpsffl9a7c0bb4hwjy3bw5rakdsnc5n6y8djc6237jl9pi"))))
|
"1ky77v27nbil5vcig07yyk3jahv673qr7pn41dsb7f588sbh5www"))))
|
||||||
(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))
|
||||||
|
@ -1295,7 +1295,7 @@ lower level classes for interaction with the X Windowing System.")
|
||||||
;; Headers contain #include <ModemManager/ModemManager.h>
|
;; Headers contain #include <ModemManager/ModemManager.h>
|
||||||
(list modem-manager))
|
(list modem-manager))
|
||||||
(inputs
|
(inputs
|
||||||
(list qtbase-5))
|
(list qtbase))
|
||||||
(arguments
|
(arguments
|
||||||
(list #:phases #~(modify-phases %standard-phases
|
(list #:phases #~(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue