gnu: toot: Update to 0.36.0.

* gnu/packages/mastodon.scm (toot): Update to 0.36.0.
This commit is contained in:
Efraim Flashner 2023-03-22 10:31:15 +02:00
parent 38f58ae0c0
commit 37664e1cec
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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