guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: libmbim: Update to 1.16.0.


From: Marius Bakke
Subject: 02/04: gnu: libmbim: Update to 1.16.0.
Date: Sun, 8 Apr 2018 16:34:31 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 9801a56e095eda5f41aa3f60bef6072524f15873
Author: Marius Bakke <address@hidden>
Date:   Sat Apr 7 02:11:50 2018 +0200

    gnu: libmbim: Update to 1.16.0.
    
    * gnu/packages/freedesktop.scm (libmbim): Update to 1.16.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 91eb37f..daa5a3e 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -761,7 +761,7 @@ interfaces, based on the useradd, usermod and userdel 
commands.")
 (define-public libmbim
   (package
     (name "libmbim")
-    (version "1.12.4")
+    (version "1.16.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -769,7 +769,7 @@ interfaces, based on the useradd, usermod and userdel 
commands.")
                     name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0flpgzsqpjgybjkx4smbb4rjxf2w1xgd1v9gmz61rvl89qasznbv"))))
+                "1hpsjc7bzmakzvj8z9fffvqknc38fa8ridpmklq46jyxxnz51jn8"))))
     (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]