gnu: toot: Update to 0.28.0.

* gnu/packages/mastodon.scm (toot): Update to 0.28.0.
This commit is contained in:
Efraim Flashner 2021-11-26 15:52:10 +02:00
parent 0be7190401
commit ac4c0b1933
Signed by untrusted user: efraim
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -40,13 +40,13 @@
(define-public toot
(package
(name "toot")
(version "0.27.0")
(version "0.28.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "toot" version))
(sha256
(base32 "1mfbqmgna7046d134pc5qx1vyfd60vwcn0xr9lxzlmc5rjdbmz8x"))))
(base32 "1wsj4160z3m1nvswgkl08n9ymihxhxdvxvrsycn9d3y5fplm00k9"))))
(build-system python-build-system)
(arguments
'(#:phases