mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: toot: Update to 0.36.0.
* gnu/packages/mastodon.scm (toot): Update to 0.36.0.
This commit is contained in:
parent
38f58ae0c0
commit
37664e1cec
1 changed files with 2 additions and 2 deletions
|
@ -42,13 +42,13 @@ (define-module (gnu packages mastodon)
|
|||
(define-public toot
|
||||
(package
|
||||
(name "toot")
|
||||
(version "0.35.0")
|
||||
(version "0.36.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "toot" version))
|
||||
(sha256
|
||||
(base32 "07vhirr3isi1bisqa5vgj13a4y9cj539c0djkd2dsa80g98g8xmi"))))
|
||||
(base32 "1n79jwr3kpnc2xsr9isbgrj5as5i6zbkhxrdpdjfg87qbbjz7xca"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
'(#:phases
|
||||
|
|
Loading…
Reference in a new issue