rekado pushed a commit to branch python-team
in repository guix.
commit b548cfd67124fcc75d2f0f4f19d1ebbc3e1ad884
Author: Ricardo Wurmus <[email protected]>
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 b190c9ab21..165b0f1a53 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -35618,11 +35618,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