gnu: libmbim: Update to 1.18.2.
* gnu/packages/freedesktop.scm (libmbim): Update to 1.18.2.
This commit is contained in:
parent
4863773eff
commit
ea9e91c70d
|
@ -921,7 +921,7 @@ interfaces, based on the useradd, usermod and userdel commands.")
|
||||||
(define-public libmbim
|
(define-public libmbim
|
||||||
(package
|
(package
|
||||||
(name "libmbim")
|
(name "libmbim")
|
||||||
(version "1.18.0")
|
(version "1.18.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -929,7 +929,7 @@ interfaces, based on the useradd, usermod and userdel commands.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10mjjy860aakfd3h1yaj9l1jw816amrpwmyqlx37j21xv0l03x3c"))))
|
"0s4jsfsydp2vykv7lnimalp9i680aas1qcx7zdpjiic64b5g48vp"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib:bin" ,glib "bin") ; for glib-mkenums
|
`(("glib:bin" ,glib "bin") ; for glib-mkenums
|
||||||
|
|
Loading…
Reference in New Issue