mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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 @@ (define-public libqmi
|
|||
(define-public modem-manager
|
||||
(package
|
||||
(name "modem-manager")
|
||||
(version "1.12.10")
|
||||
(version "1.18.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1521,7 +1521,7 @@ (define-public modem-manager
|
|||
"ModemManager-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1apq9camys2gaw6y6ic1ld20cncfwpmxnzvh4j5zkbbjpf5hbcxj"))))
|
||||
"1sv53lvz9nfbq6jzprl5xhai0vylc01kglcdrgz2vszf5615y98n"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
@ -1534,7 +1534,10 @@ (define-public modem-manager
|
|||
pkg-config
|
||||
vala
|
||||
;; For testing.
|
||||
dbus))
|
||||
dbus
|
||||
python
|
||||
python-dbus
|
||||
python-pygobject))
|
||||
(propagated-inputs
|
||||
(list glib)) ; required by mm-glib.pc
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue