gnu: modem-manager: Update to 1.18.10.
* gnu/packages/freedesktop.scm (modem-manager): Update to 1.18.10. [native-inputs]: Add PYTHON, PYTHON-DBUS, and PYTHON-PYGOBJECT.
This commit is contained in:
parent
fdd40f391c
commit
68aab436af
1 changed files with 6 additions and 3 deletions
|
@ -1513,7 +1513,7 @@ which speak the Qualcomm MSM Interface (QMI) protocol.")
|
||||||
(define-public modem-manager
|
(define-public modem-manager
|
||||||
(package
|
(package
|
||||||
(name "modem-manager")
|
(name "modem-manager")
|
||||||
(version "1.12.10")
|
(version "1.18.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1521,7 +1521,7 @@ which speak the Qualcomm MSM Interface (QMI) protocol.")
|
||||||
"ModemManager-" version ".tar.xz"))
|
"ModemManager-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1apq9camys2gaw6y6ic1ld20cncfwpmxnzvh4j5zkbbjpf5hbcxj"))))
|
"1sv53lvz9nfbq6jzprl5xhai0vylc01kglcdrgz2vszf5615y98n"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -1534,7 +1534,10 @@ which speak the Qualcomm MSM Interface (QMI) protocol.")
|
||||||
pkg-config
|
pkg-config
|
||||||
vala
|
vala
|
||||||
;; For testing.
|
;; For testing.
|
||||||
dbus))
|
dbus
|
||||||
|
python
|
||||||
|
python-dbus
|
||||||
|
python-pygobject))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list glib)) ; required by mm-glib.pc
|
(list glib)) ; required by mm-glib.pc
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue