mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
29c8c15d47
commit
316bb4e4e0
1 changed files with 4 additions and 4 deletions
|
@ -2905,7 +2905,7 @@ validating international phone numbers.")
|
||||||
(define-public chatty
|
(define-public chatty
|
||||||
(package
|
(package
|
||||||
(name "chatty")
|
(name "chatty")
|
||||||
(version "0.6.7")
|
(version "0.7.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2920,7 +2920,7 @@ validating international phone numbers.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"11q07vjrrjf3k00kk41vm79brpq0qigz7l328br3g0li979kz32v"))))
|
"0d6z0mgl1xx384ph5lw3p5rpg3w1ninzyxjjjas3z8i7fyk47inf"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:glib-or-gtk? #t
|
'(#:glib-or-gtk? #t
|
||||||
|
@ -2947,7 +2947,7 @@ validating international phone numbers.")
|
||||||
xorg-server-for-tests))
|
xorg-server-for-tests))
|
||||||
(inputs
|
(inputs
|
||||||
(list feedbackd
|
(list feedbackd
|
||||||
folks-with-libsoup2
|
folks
|
||||||
gnome-desktop
|
gnome-desktop
|
||||||
gsettings-desktop-schemas
|
gsettings-desktop-schemas
|
||||||
gspell
|
gspell
|
||||||
|
@ -2962,7 +2962,7 @@ validating international phone numbers.")
|
||||||
purple-mm-sms
|
purple-mm-sms
|
||||||
sqlite))
|
sqlite))
|
||||||
(propagated-inputs
|
(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")
|
(synopsis "Mobile client for XMPP and SMS messaging")
|
||||||
(description "Chatty is a chat program for XMPP and SMS. It works on mobile
|
(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.")
|
as well as on desktop platforms. It's based on libpurple and ModemManager.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue