summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2020-01-23 19:21:50 +0100
committerMarius Bakke <mbakke@fastmail.com>2020-01-23 22:43:47 +0100
commit82a2bd3a4ee09c04b51b948f1e952402d6a26f88 (patch)
treef50772e4e3155e220b9873efa54ccefe6b8536a5
parent10214fa9f637a6c780ccca1710413e67fe9b3d83 (diff)
downloadpatches-82a2bd3a4ee09c04b51b948f1e952402d6a26f88.tar
patches-82a2bd3a4ee09c04b51b948f1e952402d6a26f88.tar.gz
gnu: libqmi: Update to 1.24.4.
* gnu/packages/freedesktop.scm (libqmi): Update to 1.24.4.
-rw-r--r--gnu/packages/freedesktop.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index c4328386a5..01466b8ec5 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -986,7 +986,7 @@ which speak the Mobile Interface Broadband Model (MBIM) protocol.")
(define-public libqmi
(package
(name "libqmi")
- (version "1.22.4")
+ (version "1.24.4")
(source (origin
(method url-fetch)
(uri (string-append
@@ -994,7 +994,7 @@ which speak the Mobile Interface Broadband Model (MBIM) protocol.")
"libqmi-" version ".tar.xz"))
(sha256
(base32
- "1wgrrb9vb3myl8xgck8ik86876ycbg8crylybs3ssi21vrxqwnsc"))))
+ "12licfsszr6qxpg9b2b04qm2glk8d42fcy32zr8jzwrgr7gbl5h3"))))
(build-system gnu-build-system)
(inputs
`(("libgudev" ,libgudev)))