guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/11: gnu: libmbim: Update to 1.20.2.


From: guix-commits
Subject: 08/11: gnu: libmbim: Update to 1.20.2.
Date: Mon, 11 Nov 2019 21:34:21 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit fdb883054c076a17507816d3741e828a57599c32
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Nov 12 02:02:02 2019 +0100

    gnu: libmbim: Update to 1.20.2.
    
    * gnu/packages/freedesktop.scm (libmbim): Update to 1.20.2.
---
 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 c7eed86..e7e17b9 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -929,7 +929,7 @@ interfaces, based on the useradd, usermod and userdel 
commands.")
 (define-public libmbim
   (package
     (name "libmbim")
-    (version "1.20.0")
+    (version "1.20.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -937,7 +937,7 @@ interfaces, based on the useradd, usermod and userdel 
commands.")
                     "libmbim-" version ".tar.xz"))
               (sha256
                (base32
-                "0rm8j4zh9gnb3yi324cnxy91gdimc1vg5gv1kxc2m5lymb3wdxrc"))))
+                "16q550sy84izi5ic3sbbhjnnka2fwhj8vvdrirpn9xspbsgbc3sm"))))
     (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]