[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/06: gnu: libmbim: Update to 1.20.0.
From: |
guix-commits |
Subject: |
04/06: gnu: libmbim: Update to 1.20.0. |
Date: |
Mon, 9 Sep 2019 18:24:37 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ddaefa2202a438df44e5ed32ca1137db02698e01
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sun Sep 8 01:32:39 2019 +0200
gnu: libmbim: Update to 1.20.0.
* gnu/packages/freedesktop.scm (libmbim): Update to 1.20.0.
---
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 63c99b2..401f54b 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -920,7 +920,7 @@ interfaces, based on the useradd, usermod and userdel
commands.")
(define-public libmbim
(package
(name "libmbim")
- (version "1.18.2")
+ (version "1.20.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -928,7 +928,7 @@ interfaces, based on the useradd, usermod and userdel
commands.")
"libmbim-" version ".tar.xz"))
(sha256
(base32
- "0s4jsfsydp2vykv7lnimalp9i680aas1qcx7zdpjiic64b5g48vp"))))
+ "0rm8j4zh9gnb3yi324cnxy91gdimc1vg5gv1kxc2m5lymb3wdxrc"))))
(build-system gnu-build-system)
(native-inputs
`(("glib:bin" ,glib "bin") ; for glib-mkenums
- branch master updated (0b95b19 -> 5fbba84), guix-commits, 2019/09/09
- 04/06: gnu: libmbim: Update to 1.20.0.,
guix-commits <=
- 01/06: gnu: libsecret: Don't use NAME in source URI., guix-commits, 2019/09/09
- 05/06: gnu: zeromq: Update to 4.3.2., guix-commits, 2019/09/09
- 02/06: gnu: libsecret: Update to 0.19.1., guix-commits, 2019/09/09
- 03/06: gnu: libmbim: Don't use NAME in source URI., guix-commits, 2019/09/09
- 06/06: gnu: zeromq: Use HTTPS home page., guix-commits, 2019/09/09