guix-commits
[Top][All Lists]
Advanced

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

03/181: gnu: libmbim: Update to 1.26.4.


From: guix-commits
Subject: 03/181: gnu: libmbim: Update to 1.26.4.
Date: Tue, 13 Sep 2022 02:24:59 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit 2e9f6da7a9144e90dd60348aa15fcef585130613
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Tue Aug 23 23:52:53 2022 -0400

    gnu: libmbim: Update to 1.26.4.
    
    * gnu/packages/freedesktop.scm (libmbim): Update to 1.26.4.
---
 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 8866fe3a94..e2a176c2c2 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1530,7 +1530,7 @@ these interfaces, based on the useradd, usermod and 
userdel commands.")
 (define-public libmbim
   (package
     (name "libmbim")
-    (version "1.20.2")
+    (version "1.26.4")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1538,7 +1538,7 @@ these interfaces, based on the useradd, usermod and 
userdel commands.")
                     "libmbim-" version ".tar.xz"))
               (sha256
                (base32
-                "16q550sy84izi5ic3sbbhjnnka2fwhj8vvdrirpn9xspbsgbc3sm"))))
+                "1ncaarl4lgc7i52rwz50yq701wk2rr478cjybxbifsjqqk2cx27n"))))
     (build-system gnu-build-system)
     (native-inputs
      (list `(,glib "bin") ; for glib-mkenums



reply via email to

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