From b6138013d815911efd0a9716a907a3f77d717d99 Mon Sep 17 00:00:00 2001 From: Vinicius Monego Date: Wed, 25 Jun 2025 19:43:55 -0300 Subject: [PATCH] gnu: python-fire: Run guix style. * gnu/packages/python-xyz.scm (python-fire): Run guix style. Change-Id: I589ad6a5cdf9c2d7f93ce4f44861fc8745bf6e89 --- gnu/packages/python-xyz.scm | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 61061943568337e16f0539aa40c66f69d469a212..ee1fb32fe51da2b0c889df1c55f71f66a18db46d 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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