mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
f3db5b160d
commit
c485872e1a
1 changed files with 6 additions and 6 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue