diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-02-18 09:19:48 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-02-18 09:19:48 +0200 |
commit | 1abe0b3011a2f5befa78c5b7cb89103fa8555ec5 (patch) | |
tree | dcdda45dd51d0966f983a1ee183a8d1b4154ce00 /gnu/packages/mastodon.scm | |
parent | abd318ff4b741eac11227778bf2e569ee7b186ff (diff) |
gnu: tootle: Update package references.
* gnu/packages/mastodon.scm (tootle)[inputs]: Replace vala-0.50 with
vala.
Diffstat (limited to 'gnu/packages/mastodon.scm')
-rw-r--r-- | gnu/packages/mastodon.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/mastodon.scm b/gnu/packages/mastodon.scm index 17673c7fde..31589909bf 100644 --- a/gnu/packages/mastodon.scm +++ b/gnu/packages/mastodon.scm @@ -127,7 +127,7 @@ Features include: ("libgee" ,libgee) ("libhandy" ,libhandy) ("libsoup" ,libsoup) - ("vala" ,vala-0.50) + ("vala" ,vala) ("xdg-utils" ,xdg-utils))) (home-page "https://github.com/bleakgrey/tootle") (synopsis "GTK3 client for Mastodon") |