guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

44/361: gnu: python-itemloaders: Fix indentation.


From: guix-commits
Subject: 44/361: gnu: python-itemloaders: Fix indentation.
Date: Fri, 22 Nov 2024 06:00:08 -0500 (EST)

andreas pushed a commit to branch python-team
in repository guix.

commit d396aed7be8c395a573fa80f09cba78695960266
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 4 20:21:45 2024 +0200

    gnu: python-itemloaders: Fix indentation.
    
    * gnu/packages/python-xyz.scm (python-itemloaders)[source]: Fix indentation.
    
    Change-Id: I00f5f5157b1deb57974cb563c2760f346dad4bae
---
 gnu/packages/python-xyz.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 7e1ab73d16..86336d5773 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -37045,11 +37045,11 @@ implementing a pre-defined interface.")
     (name "python-itemloaders")
     (version "1.1.0")
     (source
-      (origin
-        (method url-fetch)
-        (uri (pypi-uri "itemloaders" version))
-        (sha256
-          (base32 "0j2aw4ipalj208594x80blpgkh1i63gqqa4nb67b823av9hirn11"))))
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "itemloaders" version))
+       (sha256
+        (base32 "0j2aw4ipalj208594x80blpgkh1i63gqqa4nb67b823av9hirn11"))))
     (build-system pyproject-build-system)
     (native-inputs (list python-pytest python-setuptools python-wheel))
     (propagated-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]