gnu: libqmi: Update to 1.30.8.

* gnu/packages/freedesktop.scm (libqmi): Update to 1.30.8.
This commit is contained in:
Marius Bakke 2022-07-23 22:37:48 +02:00
parent 4625519f2c
commit 718f75a55a
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1483,7 +1483,7 @@ (define-public libmbim
(define-public libqmi (define-public libqmi
(package (package
(name "libqmi") (name "libqmi")
(version "1.24.14") (version "1.30.8")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1491,7 +1491,7 @@ (define-public libqmi
"libqmi-" version ".tar.xz")) "libqmi-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0zshxqbm9ldybgrzh7pjmwmfjvvvfd0xh8qhgl8xiqdb9ply73r0")))) "140rmjw436rh6rqmnfw6yaflpffd27ilwcv4s9jvvl1skv784946"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs
(list libgudev)) (list libgudev))