gnu: chatty: Update to 0.7.3.

* gnu/packages/messaging.scm (chatty): Update to 0.7.3.
[inputs]: Remove folks-with-libsoup2; add folks.
[propagated-inputs]: Remove evolution-data-server-3.44; add
evolution-data-server.

Change-Id: If9e272ba01dd7b2aa641e12cc29099e9c6d95051
This commit is contained in:
Andreas Enge 2025-08-04 18:31:14 +02:00
parent 29c8c15d47
commit 316bb4e4e0
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2905,7 +2905,7 @@ validating international phone numbers.")
(define-public chatty
(package
(name "chatty")
(version "0.6.7")
(version "0.7.3")
(source (origin
(method git-fetch)
(uri (git-reference
@ -2920,7 +2920,7 @@ validating international phone numbers.")
(file-name (git-file-name name version))
(sha256
(base32
"11q07vjrrjf3k00kk41vm79brpq0qigz7l328br3g0li979kz32v"))))
"0d6z0mgl1xx384ph5lw3p5rpg3w1ninzyxjjjas3z8i7fyk47inf"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t
@ -2947,7 +2947,7 @@ validating international phone numbers.")
xorg-server-for-tests))
(inputs
(list feedbackd
folks-with-libsoup2
folks
gnome-desktop
gsettings-desktop-schemas
gspell
@ -2962,7 +2962,7 @@ validating international phone numbers.")
purple-mm-sms
sqlite))
(propagated-inputs
(list adwaita-icon-theme evolution-data-server-3.44))
(list adwaita-icon-theme evolution-data-server))
(synopsis "Mobile client for XMPP and SMS messaging")
(description "Chatty is a chat program for XMPP and SMS. It works on mobile
as well as on desktop platforms. It's based on libpurple and ModemManager.")