summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-08-04 18:31:14 +0200
committerAndreas Enge <andreas@enge.fr>2025-08-04 18:33:42 +0200
commit316bb4e4e0e53345714bfc8ae60b4d052f36c79b (patch)
treefb0a27b587b1268dc2c562df9dad372cc35c429d
parent29c8c15d478fddc2e0932fbb0644d83f5ae21abf (diff)
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
-rw-r--r--gnu/packages/messaging.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 8a32f2a75ad..df35fc82290 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -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.")