mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: libmbim: Update to 1.26.4.
* gnu/packages/freedesktop.scm (libmbim): Update to 1.26.4.
This commit is contained in:
parent
b3ac513f48
commit
2e9f6da7a9
1 changed files with 2 additions and 2 deletions
|
@ -1530,7 +1530,7 @@ (define-public accountsservice
|
|||
(define-public libmbim
|
||||
(package
|
||||
(name "libmbim")
|
||||
(version "1.20.2")
|
||||
(version "1.26.4")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1538,7 +1538,7 @@ (define-public libmbim
|
|||
"libmbim-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"16q550sy84izi5ic3sbbhjnnka2fwhj8vvdrirpn9xspbsgbc3sm"))))
|
||||
"1ncaarl4lgc7i52rwz50yq701wk2rr478cjybxbifsjqqk2cx27n"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list `(,glib "bin") ; for glib-mkenums
|
||||
|
|
Loading…
Reference in a new issue