gnu: python-apache-libcloud: Fix indentation.

* gnu/packages/python-xyz.scm (python-apache-libcloud): Fix indentation.

Change-Id: I9b29772cd1b2639514e444d44a69289a60a27468
This commit is contained in:
Sharlatan Hellseher 2025-02-25 09:00:32 +00:00
parent 5ab81d5c28
commit 01713f7aef
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -27380,12 +27380,12 @@ web frameworks.")
(name "python-apache-libcloud")
(version "3.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "apache-libcloud" version))
(sha256
(base32
"1b28j265kvibgxrgxx0gwfm6cmv252c8ph1j2vb0cpms8ph5if5v"))))
(origin
(method url-fetch)
(uri (pypi-uri "apache-libcloud" version))
(sha256
(base32
"1b28j265kvibgxrgxx0gwfm6cmv252c8ph1j2vb0cpms8ph5if5v"))))
(build-system python-build-system)
(arguments
'(#:phases