guix-commits
[Top][All Lists]
Advanced

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

18/181: gnu: libqmi: Update to 1.30.8.


From: guix-commits
Subject: 18/181: gnu: libqmi: Update to 1.30.8.
Date: Tue, 13 Sep 2022 02:25:07 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 4fa20bb1519334983fb7d97ed927f76e52184d57
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Mon Aug 29 09:50:55 2022 -0400

    gnu: libqmi: Update to 1.30.8.
    
    * gnu/packages/freedesktop.scm (libqmi): Update to 1.30.8.
---
 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 c62efbff00..83300be611 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1602,7 +1602,7 @@ which speak the Mobile Interface Broadband Model (MBIM) 
protocol.")
 (define-public libqmi
   (package
     (name "libqmi")
-    (version "1.24.14")
+    (version "1.30.8")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1610,7 +1610,7 @@ which speak the Mobile Interface Broadband Model (MBIM) 
protocol.")
                     "libqmi-" version ".tar.xz"))
               (sha256
                (base32
-                "0zshxqbm9ldybgrzh7pjmwmfjvvvfd0xh8qhgl8xiqdb9ply73r0"))))
+                "140rmjw436rh6rqmnfw6yaflpffd27ilwcv4s9jvvl1skv784946"))))
     (build-system gnu-build-system)
     (inputs
      (list libgudev))



reply via email to

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