gnu: python-timeout-decorator: Improve style.

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

Change-Id: I88ffb4ef190af7fa3aa63291e653047c03bebe22
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves 2025-06-17 01:19:52 +02:00 committed by Sharlatan Hellseher
parent f3db5b160d
commit c485872e1a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -16845,12 +16845,12 @@ blocks or callables with two context managers and two decorators.")
(package
(name "python-timeout-decorator")
(version "0.5.0")
(source (origin
(method url-fetch)
(uri (pypi-uri "timeout-decorator" version))
(sha256
(base32
"1mxk2qyydhzncm93z08kvj5ssxq3fr2n7pkrrji28nqwvdc2ybva"))))
(source
(origin
(method url-fetch)
(uri (pypi-uri "timeout-decorator" version))
(sha256
(base32 "1mxk2qyydhzncm93z08kvj5ssxq3fr2n7pkrrji28nqwvdc2ybva"))))
(build-system pyproject-build-system)
(native-inputs (list python-setuptools python-wheel))
(home-page "https://github.com/pnpnpn/timeout-decorator")