diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2021-11-26 15:52:10 +0200 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2021-11-26 15:52:10 +0200 |
commit | ac4c0b193315d9c61b71749370ad55091154bfdb (patch) | |
tree | d59e5071b9cac040380d5faa1d5f789964a5a7e2 /gnu | |
parent | 0be71904013451ee572d43f211f7053d32a83c9c (diff) | |
download | guix-ac4c0b193315d9c61b71749370ad55091154bfdb.tar.gz guix-ac4c0b193315d9c61b71749370ad55091154bfdb.zip |
gnu: toot: Update to 0.28.0.
* gnu/packages/mastodon.scm (toot): Update to 0.28.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/mastodon.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mastodon.scm b/gnu/packages/mastodon.scm index 17673c7fde..f23ff062fa 100644 --- a/gnu/packages/mastodon.scm +++ b/gnu/packages/mastodon.scm @@ -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 |