Archived
1
0
Fork 0

gnu: toot: Update to 0.27.0.

* gnu/packages/mastodon.scm (toot): Update to 0.27.0.
This commit is contained in:
Efraim Flashner 2020-06-30 09:45:44 +03:00
parent 05b237308b
commit a9ff5b72a6
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -29,13 +29,13 @@
(define-public toot (define-public toot
(package (package
(name "toot") (name "toot")
(version "0.26.0") (version "0.27.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "toot" version)) (uri (pypi-uri "toot" version))
(sha256 (sha256
(base32 "0h0lqm1q7i32i9n6yx5q2j563vc92h2sjh1ih4n2rxf98p6c5d1b")))) (base32 "1mfbqmgna7046d134pc5qx1vyfd60vwcn0xr9lxzlmc5rjdbmz8x"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases '(#:phases