gnu: tootle: Update package references.

* gnu/packages/mastodon.scm (tootle)[inputs]: Replace vala-0.50 with
vala.
This commit is contained in:
Efraim Flashner 2021-02-18 09:19:48 +02:00
parent abd318ff4b
commit 1abe0b3011
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -127,7 +127,7 @@ (define-public tootle
("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")