guix-commits
[Top][All Lists]
Advanced

[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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]