gnu: libqmi: Update to 1.24.14.

* gnu/packages/freedesktop.scm (libqmi): Update to 1.24.14.
This commit is contained in:
Tobias Geerinckx-Rice 2020-06-06 21:53:36 +02:00
parent 58eea2eb26
commit 22fdca91a9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1084,7 +1084,7 @@ (define-public libmbim
(define-public libqmi
(package
(name "libqmi")
(version "1.24.12")
(version "1.24.14")
(source (origin
(method url-fetch)
(uri (string-append
@ -1092,7 +1092,7 @@ (define-public libqmi
"libqmi-" version ".tar.xz"))
(sha256
(base32
"0scb8a2kh0vnzx6kxanfy2s2slnfppvrwg202rxv30m8p2i92frd"))))
"0zshxqbm9ldybgrzh7pjmwmfjvvvfd0xh8qhgl8xiqdb9ply73r0"))))
(build-system gnu-build-system)
(inputs
`(("libgudev" ,libgudev)))