diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-05-12 16:36:00 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-05-16 06:10:06 +0300 |
commit | 66056126ea15e7186636dcd31b1edf093ed9c72d (patch) | |
tree | 6689c903d88617f9563b9bd8514d8af41e8c62b4 /gnu/packages/freedesktop.scm | |
parent | 9c0c77f833b64e5ce46d1b53a4fbbd0b0cb1d0c2 (diff) | |
download | patches-66056126ea15e7186636dcd31b1edf093ed9c72d.tar patches-66056126ea15e7186636dcd31b1edf093ed9c72d.tar.gz |
gnu: libmbim: Update to 1.12.4.
* gnu/packages/freedesktop.scm (libmbim): Update to 1.12.4.
[home-page]: Use https.
Diffstat (limited to 'gnu/packages/freedesktop.scm')
-rw-r--r-- | gnu/packages/freedesktop.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm index 722087484b..c273f2aa90 100644 --- a/gnu/packages/freedesktop.scm +++ b/gnu/packages/freedesktop.scm @@ -448,7 +448,7 @@ interfaces, based on the useradd, usermod and userdel commands.") (define-public libmbim (package (name "libmbim") - (version "1.12.2") + (version "1.12.4") (source (origin (method url-fetch) (uri (string-append @@ -456,7 +456,7 @@ interfaces, based on the useradd, usermod and userdel commands.") name "-" version ".tar.xz")) (sha256 (base32 - "0abv0h9c3kbw4bq1b9270sg189jcjj3x3wa91bj836ynwg9m34wl")))) + "0flpgzsqpjgybjkx4smbb4rjxf2w1xgd1v9gmz61rvl89qasznbv")))) (build-system gnu-build-system) (native-inputs `(("glib:bin" ,glib "bin") ; for glib-mkenums @@ -467,7 +467,7 @@ interfaces, based on the useradd, usermod and userdel commands.") (inputs `(("libgudev" ,libgudev))) (synopsis "Library to communicate with MBIM-powered modems") - (home-page "http://www.freedesktop.org/wiki/Software/libmbim/") + (home-page "https://www.freedesktop.org/wiki/Software/libmbim/") (description "Libmbim is a GLib-based library for talking to WWAN modems and devices which speak the Mobile Interface Broadband Model (MBIM) protocol.") |