~ruther/guix-local

4fa20bb1519334983fb7d97ed927f76e52184d57 — Maxim Cournoyer 3 years ago e12f2b2
gnu: libqmi: Update to 1.30.8.

* gnu/packages/freedesktop.scm (libqmi): Update to 1.30.8.
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/freedesktop.scm
M gnu/packages/freedesktop.scm => gnu/packages/freedesktop.scm +2 -2
@@ 1602,7 1602,7 @@ which speak the Mobile Interface Broadband Model (MBIM) protocol.")
(define-public libqmi
  (package
    (name "libqmi")
    (version "1.24.14")
    (version "1.30.8")
    (source (origin
              (method url-fetch)
              (uri (string-append


@@ 1610,7 1610,7 @@ which speak the Mobile Interface Broadband Model (MBIM) protocol.")
                    "libqmi-" version ".tar.xz"))
              (sha256
               (base32
                "0zshxqbm9ldybgrzh7pjmwmfjvvvfd0xh8qhgl8xiqdb9ply73r0"))))
                "140rmjw436rh6rqmnfw6yaflpffd27ilwcv4s9jvvl1skv784946"))))
    (build-system gnu-build-system)
    (inputs
     (list libgudev))