mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: libqmi: Update to 1.12.8.
* gnu/packages/freedesktop.scm (libqmi): Update to 1.12.8.
This commit is contained in:
parent
9012e118ff
commit
97a0859593
1 changed files with 4 additions and 4 deletions
|
@ -472,15 +472,15 @@ which speak the Mobile Interface Broadband Model (MBIM) protocol.")
|
|||
(define-public libqmi
|
||||
(package
|
||||
(name "libqmi")
|
||||
(version "1.12.6")
|
||||
(version "1.12.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"http://www.freedesktop.org/software/" name "/"
|
||||
"https://www.freedesktop.org/software/" name "/"
|
||||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"101ppan2q1h4pyp2zbn9b8sdwy2c7fk9rp91yykxz3afrvzbymq8"))))
|
||||
"19w2zkm5xl6i3vm1xhjjclks4awas17gfbb2k5y66gwnkiykjfnj"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
`(("glib:bin" ,glib "bin") ; for glib-mkenums
|
||||
|
@ -489,7 +489,7 @@ which speak the Mobile Interface Broadband Model (MBIM) protocol.")
|
|||
(propagated-inputs
|
||||
`(("glib" ,glib))) ; required by qmi-glib.pc
|
||||
(synopsis "Library to communicate with QMI-powered modems")
|
||||
(home-page "http://www.freedesktop.org/wiki/Software/libqmi/")
|
||||
(home-page "https://www.freedesktop.org/wiki/Software/libqmi/")
|
||||
(description
|
||||
"Libqmi is a GLib-based library for talking to WWAN modems and devices
|
||||
which speak the Qualcomm MSM Interface (QMI) protocol.")
|
||||
|
|
Loading…
Reference in a new issue