mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
276e2f38b0
commit
fafb7ab1e2
1 changed files with 7 additions and 7 deletions
|
@ -6139,15 +6139,15 @@ your code non-blocking and speedy.")
|
||||||
(name "python-socks")
|
(name "python-socks")
|
||||||
(version "1.2.4")
|
(version "1.2.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "python-socks" version))
|
(uri (pypi-uri "python-socks" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1n6xb18jy41ybgkmamakg6psp3qididd45qknxiggngaiibz43kx"))))
|
"1n6xb18jy41ybgkmamakg6psp3qididd45qknxiggngaiibz43kx"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; tests not included
|
`(#:tests? #f ; tests not included
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(replace 'check
|
(replace 'check
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue