Archived
1
0
Fork 0

gnu: libmbim: Update to 1.26.4.

* gnu/packages/freedesktop.scm (libmbim): Update to 1.26.4.
This commit is contained in:
Marius Bakke 2022-07-23 22:36:53 +02:00
parent c3da692293
commit 4625519f2c
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1453,7 +1453,7 @@ these interfaces, based on the useradd, usermod and userdel commands.")
(define-public libmbim (define-public libmbim
(package (package
(name "libmbim") (name "libmbim")
(version "1.20.2") (version "1.26.4")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
@ -1461,7 +1461,7 @@ these interfaces, based on the useradd, usermod and userdel commands.")
"libmbim-" version ".tar.xz")) "libmbim-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"16q550sy84izi5ic3sbbhjnnka2fwhj8vvdrirpn9xspbsgbc3sm")))) "1ncaarl4lgc7i52rwz50yq701wk2rr478cjybxbifsjqqk2cx27n"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
(list `(,glib "bin") ; for glib-mkenums (list `(,glib "bin") ; for glib-mkenums