summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-06-17 01:19:52 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-06-20 11:35:59 +0100
commitc485872e1a6bb8cd49efaf0e10e9bead368d1538 (patch)
tree35f9ec36d40bf0c38b6dcdfd7ee455e3106386e8 /gnu/packages/python-xyz.scm
parentf3db5b160d0db47d15b39427e10ad18f96e75ba9 (diff)
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>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 9495d05975..5e1d0fefcb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")