guix-commits
[Top][All Lists]
Advanced

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

01/07: gnu: libmbim: Update to 1.18.2.


From: guix-commits
Subject: 01/07: gnu: libmbim: Update to 1.18.2.
Date: Tue, 16 Apr 2019 15:48:45 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit ea9e91c70d408af97f44feec281c313e5d6932a5
Author: Marius Bakke <address@hidden>
Date:   Tue Apr 16 20:06:48 2019 +0200

    gnu: libmbim: Update to 1.18.2.
    
    * gnu/packages/freedesktop.scm (libmbim): Update to 1.18.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 00c6a23..2c4b440 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -921,7 +921,7 @@ interfaces, based on the useradd, usermod and userdel 
commands.")
 (define-public libmbim
   (package
     (name "libmbim")
-    (version "1.18.0")
+    (version "1.18.2")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -929,7 +929,7 @@ interfaces, based on the useradd, usermod and userdel 
commands.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "10mjjy860aakfd3h1yaj9l1jw816amrpwmyqlx37j21xv0l03x3c"))))
+                "0s4jsfsydp2vykv7lnimalp9i680aas1qcx7zdpjiic64b5g48vp"))))
     (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]