Archived
1
0
Fork 0

gnu: toot: Update to 0.38.1.

* gnu/packages/mastodon.scm (toot): Update to 0.38.1.
[inputs]: Add python-tomlkit.
This commit is contained in:
Efraim Flashner 2023-07-26 09:11:56 +03:00
parent f76ef3f759
commit 713dca1399
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -47,13 +47,13 @@
(define-public toot (define-public toot
(package (package
(name "toot") (name "toot")
(version "0.37.0") (version "0.38.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "toot" version)) (uri (pypi-uri "toot" version))
(sha256 (sha256
(base32 "0qx8hyb74r85dxf97k23w0f5rzkrs16mq7h3y37nwp6hl6gia0ci")))) (base32 "1cn646jzys9vjaw20sxmgzc7zq5a5ma8vabvrw9zpa0yl9wm97my"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
'(#:phases '(#:phases
@ -66,7 +66,10 @@
(native-inputs (native-inputs
(list python-psycopg2 python-pytest)) (list python-psycopg2 python-pytest))
(inputs (inputs
(list python-beautifulsoup4 python-requests python-urwid (list python-beautifulsoup4
python-tomlkit
python-requests
python-urwid
python-wcwidth)) python-wcwidth))
(home-page "https://github.com/ihabunek/toot/") (home-page "https://github.com/ihabunek/toot/")
(synopsis "Mastodon CLI client") (synopsis "Mastodon CLI client")