guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 03/08: gnu: libmbim: Update to 1.26.4.
Date: Sat, 23 Jul 2022 16:59:06 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 4625519f2c24fb56544ef7fe1737e3edd96127bb
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jul 23 22:36:53 2022 +0200

    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 cce71afa58..e65ae4c926 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -1453,7 +1453,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
@@ -1461,7 +1461,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]