gnu: telepathy-mission-control: Update to 5.16.6.

* gnu/packages/freedesktop.scm (telepathy-mission-control): Update to 5.16.6.
This commit is contained in:
Liliana Marie Prikler 2021-12-17 04:37:37 +01:00
parent 47843a14a4
commit c9be5f1060
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87

View File

@ -1589,7 +1589,7 @@ messaging clients such as Empathy, GNOME Shell or KDE Telepathy.")
(define-public telepathy-mission-control
(package
(name "telepathy-mission-control")
(version "5.16.5")
(version "5.16.6")
(source
(origin
(method url-fetch)
@ -1597,7 +1597,7 @@ messaging clients such as Empathy, GNOME Shell or KDE Telepathy.")
"telepathy-mission-control/"
"telepathy-mission-control-" version ".tar.gz"))
(sha256
(base32 "00xxv38cfdirnfvgyd56m60j0nkmsv5fz6p2ydyzsychicxl6ssc"))))
(base32 "0ibs575pfr0wmhfcw6ln6iz7gw2y45l3bah11rksf6g9jlwsxy1d"))))
(build-system gnu-build-system)
(native-inputs
(list `(,glib "bin") ; for glib-compile-schemas, etc.