mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: libqmi: Update to 1.22.2.
* gnu/packages/freedesktop.scm (libqmi): Update to 1.22.2.
This commit is contained in:
parent
6c5101f8b6
commit
407e1dcb72
1 changed files with 2 additions and 2 deletions
|
@ -764,7 +764,7 @@ which speak the Mobile Interface Broadband Model (MBIM) protocol.")
|
||||||
(define-public libqmi
|
(define-public libqmi
|
||||||
(package
|
(package
|
||||||
(name "libqmi")
|
(name "libqmi")
|
||||||
(version "1.22.0")
|
(version "1.22.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -772,7 +772,7 @@ which speak the Mobile Interface Broadband Model (MBIM) protocol.")
|
||||||
"libqmi-" version ".tar.xz"))
|
"libqmi-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"05xamy608mhvmw9zbnv9n8w3xpk96n10v5mixnvpnqgih6s9ih91"))))
|
"09w20dsgr16bgbqw5ds7r6j2s6ihwyalh9zpbjhcn7cvm0afbwgi"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("libgudev" ,libgudev)))
|
`(("libgudev" ,libgudev)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue