sharlatan pushed a commit to branch master
in repository guix.

commit 01713f7aefa96281759d954070e0af92729302cb
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Tue Feb 25 09:00:32 2025 +0000

    gnu: python-apache-libcloud: Fix indentation.
    
    * gnu/packages/python-xyz.scm (python-apache-libcloud): Fix indentation.
    
    Change-Id: I9b29772cd1b2639514e444d44a69289a60a27468
---
 gnu/packages/python-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1686280229..9a99f6319e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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

Reply via email to