diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2020-06-30 09:45:44 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2020-06-30 09:45:44 +0300 |
commit | a9ff5b72a69a9d97a0f0ae59f24956df0600ef3f (patch) | |
tree | bab5853ca6d0afc700acf55c8e7cff130a958e41 /gnu/packages/mastodon.scm | |
parent | 05b237308bf26dc458bd40d9d0f8c3a89f40256a (diff) |
gnu: toot: Update to 0.27.0.
* gnu/packages/mastodon.scm (toot): Update to 0.27.0.
Diffstat (limited to 'gnu/packages/mastodon.scm')
-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 d6b0e25e6b..f7055f796e 100644 --- a/gnu/packages/mastodon.scm +++ b/gnu/packages/mastodon.scm @@ -29,13 +29,13 @@ (define-public toot (package (name "toot") - (version "0.26.0") + (version "0.27.0") (source (origin (method url-fetch) (uri (pypi-uri "toot" version)) (sha256 - (base32 "0h0lqm1q7i32i9n6yx5q2j563vc92h2sjh1ih4n2rxf98p6c5d1b")))) + (base32 "1mfbqmgna7046d134pc5qx1vyfd60vwcn0xr9lxzlmc5rjdbmz8x")))) (build-system python-build-system) (arguments '(#:phases |