gnu: libqmi: Update to 1.12.8.

* gnu/packages/freedesktop.scm (libqmi): Update to 1.12.8.
This commit is contained in:
Efraim Flashner 2016-02-28 13:42:34 +02:00
parent 9012e118ff
commit 97a0859593

View file

@ -472,15 +472,15 @@ (define-public libmbim
(define-public libqmi (define-public libqmi
(package (package
(name "libqmi") (name "libqmi")
(version "1.12.6") (version "1.12.8")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"http://www.freedesktop.org/software/" name "/" "https://www.freedesktop.org/software/" name "/"
name "-" version ".tar.xz")) name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"101ppan2q1h4pyp2zbn9b8sdwy2c7fk9rp91yykxz3afrvzbymq8")))) "19w2zkm5xl6i3vm1xhjjclks4awas17gfbb2k5y66gwnkiykjfnj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums `(("glib:bin" ,glib "bin") ; for glib-mkenums
@ -489,7 +489,7 @@ (define-public libqmi
(propagated-inputs (propagated-inputs
`(("glib" ,glib))) ; required by qmi-glib.pc `(("glib" ,glib))) ; required by qmi-glib.pc
(synopsis "Library to communicate with QMI-powered modems") (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 (description
"Libqmi is a GLib-based library for talking to WWAN modems and devices "Libqmi is a GLib-based library for talking to WWAN modems and devices
which speak the Qualcomm MSM Interface (QMI) protocol.") which speak the Qualcomm MSM Interface (QMI) protocol.")