summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2025-06-25 19:43:55 -0300
committerVinicius Monego <monego@posteo.net>2025-06-29 00:04:41 -0300
commitb6138013d815911efd0a9716a907a3f77d717d99 (patch)
treeaf93914164ff548461eaef0c2922bde39fca346c /gnu
parent23510c1df6fc438fc097018aeb7860ddb60df5ce (diff)
gnu: python-fire: Run guix style.
* gnu/packages/python-xyz.scm (python-fire): Run guix style. Change-Id: I589ad6a5cdf9c2d7f93ce4f44861fc8745bf6e89
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm9
1 files changed, 3 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 61061943568..ee1fb32fe51 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