guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: libqmi: Update to 1.24.14.


From: guix-commits
Subject: 05/05: gnu: libqmi: Update to 1.24.14.
Date: Sat, 6 Jun 2020 16:33:25 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 22fdca91a9edaca2ed0a714d2309470646c73c97
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jun 6 21:53:36 2020 +0200

    gnu: libqmi: Update to 1.24.14.
    
    * gnu/packages/freedesktop.scm (libqmi): Update to 1.24.14.
---
 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 9e84f30..b823a69 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1084,7 +1084,7 @@ which speak the Mobile Interface Broadband Model (MBIM) 
protocol.")
 (define-public libqmi
   (package
     (name "libqmi")
-    (version "1.24.12")
+    (version "1.24.14")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1092,7 +1092,7 @@ which speak the Mobile Interface Broadband Model (MBIM) 
protocol.")
                     "libqmi-" version ".tar.xz"))
               (sha256
                (base32
-                "0scb8a2kh0vnzx6kxanfy2s2slnfppvrwg202rxv30m8p2i92frd"))))
+                "0zshxqbm9ldybgrzh7pjmwmfjvvvfd0xh8qhgl8xiqdb9ply73r0"))))
     (build-system gnu-build-system)
     (inputs
      `(("libgudev" ,libgudev)))



reply via email to

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