[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/07: gnu: libqmi: Update to 1.22.4.
From: |
guix-commits |
Subject: |
02/07: gnu: libqmi: Update to 1.22.4. |
Date: |
Tue, 16 Apr 2019 15:48:45 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 5e6c60077bb6a6b3302b6d3ce6abe1866c3304c8
Author: Marius Bakke <address@hidden>
Date: Tue Apr 16 20:07:18 2019 +0200
gnu: libqmi: Update to 1.22.4.
* gnu/packages/freedesktop.scm (libqmi): Update to 1.22.4.
---
gnu/packages/freedesktop.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index 2c4b440..1c249a4 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)))
- branch master updated (4863773 -> fbd2a24), guix-commits, 2019/04/16
- 03/07: gnu: python-dask: Update to 1.2.0., guix-commits, 2019/04/16
- 01/07: gnu: libmbim: Update to 1.18.2., guix-commits, 2019/04/16
- 07/07: gnu: spice-gtk: Update to 0.36., guix-commits, 2019/04/16
- 04/07: gnu: nginx: Update to 1.15.12., guix-commits, 2019/04/16
- 05/07: gnu: http-parser: Update to 2.9.2., guix-commits, 2019/04/16
- 06/07: gnu: spice-gtk: Propagate required inputs., guix-commits, 2019/04/16
- 02/07: gnu: libqmi: Update to 1.22.4.,
guix-commits <=