gnu: python-fire: Run guix style.

* gnu/packages/python-xyz.scm (python-fire): Run guix style.

Change-Id: I589ad6a5cdf9c2d7f93ce4f44861fc8745bf6e89
This commit is contained in:
Vinicius Monego 2025-06-25 19:43:55 -03:00
parent 23510c1df6
commit b6138013d8
No known key found for this signature in database
GPG key ID: 637B0B138065B68A

View file

@ -1734,13 +1734,10 @@ that they are acceptable to modern bowsers")
(method url-fetch)
(uri (pypi-uri "fire" version))
(sha256
(base32
"1pswm79gi51p596zmfvaskx0i15znbr610yws5dgdsing7q505cn"))))
(base32 "1pswm79gi51p596zmfvaskx0i15znbr610yws5dgdsing7q505cn"))))
(build-system pyproject-build-system)
(propagated-inputs
(list python-termcolor))
(native-inputs
(list python-pytest python-setuptools python-wheel))
(propagated-inputs (list python-termcolor))
(native-inputs (list python-pytest python-setuptools python-wheel))
(synopsis "Library for automatically generating command line interfaces")
(description
"Fire is a library for automatically generating command line interfaces