diff options
author | Marius Bakke <marius@gnu.org> | 2022-07-23 22:36:53 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-07-23 22:57:46 +0200 |
commit | 4625519f2c24fb56544ef7fe1737e3edd96127bb (patch) | |
tree | 7de1ace15d5047f1b6c40fc92d238a420b0d92fb /gnu/packages/freedesktop.scm | |
parent | c3da692293a5ea592d54e86119d98bca0c71f370 (diff) | |
download | guix-4625519f2c24fb56544ef7fe1737e3edd96127bb.tar guix-4625519f2c24fb56544ef7fe1737e3edd96127bb.tar.gz |
gnu: libmbim: Update to 1.26.4.
* gnu/packages/freedesktop.scm (libmbim): Update to 1.26.4.
Diffstat (limited to 'gnu/packages/freedesktop.scm')
-rw-r--r-- | gnu/packages/freedesktop.scm | 4 |
1 files 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 |