~ruther/guix-local

b6138013d815911efd0a9716a907a3f77d717d99 — Vinicius Monego 1 year, 1 day ago 23510c1
gnu: python-fire: Run guix style.

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

Change-Id: I589ad6a5cdf9c2d7f93ce4f44861fc8745bf6e89
1 files changed, 3 insertions(+), 6 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -6
@@ 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