gnu: python-socks: Fix indentation.

* gnu/packages/python-web.scm (python-socks): Fix indentation.

Signed-off-by: Lars-Dominik Braun <lars@6xq.net>
This commit is contained in:
Sébastien Lerique 2021-10-15 11:40:34 +09:00 committed by Lars-Dominik Braun
parent 276e2f38b0
commit fafb7ab1e2
No known key found for this signature in database
GPG key ID: F663943E08D8092A

View file

@ -6139,15 +6139,15 @@ (define-public python-socks
(name "python-socks")
(version "1.2.4")
(source
(origin
(method url-fetch)
(uri (pypi-uri "python-socks" version))
(sha256
(base32
"1n6xb18jy41ybgkmamakg6psp3qididd45qknxiggngaiibz43kx"))))
(origin
(method url-fetch)
(uri (pypi-uri "python-socks" version))
(sha256
(base32
"1n6xb18jy41ybgkmamakg6psp3qididd45qknxiggngaiibz43kx"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ; tests not included
`(#:tests? #f ; tests not included
#:phases
(modify-phases %standard-phases
(replace 'check