mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: toot: Update to 0.28.0.
* gnu/packages/mastodon.scm (toot): Update to 0.28.0.
This commit is contained in:
parent
0be7190401
commit
ac4c0b1933
1 changed files with 2 additions and 2 deletions
|
@ -40,13 +40,13 @@ (define-module (gnu packages mastodon)
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue