guix-commits
[Top][All Lists]
Advanced

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

04/08: gnu: libqmi: Update to 1.30.8.


From: guix-commits
Subject: 04/08: gnu: libqmi: Update to 1.30.8.
Date: Sat, 23 Jul 2022 16:59:07 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 718f75a55a716944b03c84af8680db18fafb87d3
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jul 23 22:37:48 2022 +0200

    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 e65ae4c926..11b4e81159 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1483,7 +1483,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
@@ -1491,7 +1491,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]