diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-04-16 20:07:18 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-04-16 21:19:33 +0200 |
commit | 5e6c60077bb6a6b3302b6d3ce6abe1866c3304c8 (patch) | |
tree | 2b274b6ada8e0882b7fcec21032cc3116a99c9c4 | |
parent | ea9e91c70d408af97f44feec281c313e5d6932a5 (diff) | |
download | patches-5e6c60077bb6a6b3302b6d3ce6abe1866c3304c8.tar patches-5e6c60077bb6a6b3302b6d3ce6abe1866c3304c8.tar.gz |
gnu: libqmi: Update to 1.22.4.
* gnu/packages/freedesktop.scm (libqmi): Update to 1.22.4.
-rw-r--r-- | gnu/packages/freedesktop.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 2c4b440040..1c249a4038 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -952,7 +952,7 @@ which speak the Mobile Interface Broadband Model (MBIM) protocol.") (define-public libqmi (package (name "libqmi") - (version "1.22.2") + (version "1.22.4") (source (origin (method url-fetch) (uri (string-append @@ -960,7 +960,7 @@ which speak the Mobile Interface Broadband Model (MBIM) protocol.") "libqmi-" version ".tar.xz")) (sha256 (base32 - "09w20dsgr16bgbqw5ds7r6j2s6ihwyalh9zpbjhcn7cvm0afbwgi")))) + "1wgrrb9vb3myl8xgck8ik86876ycbg8crylybs3ssi21vrxqwnsc")))) (build-system gnu-build-system) (inputs `(("libgudev" ,libgudev))) |