diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-04 20:21:45 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:18:34 +0000 |
commit | 0e19655dd6d99f883ee4c89d6e411e34e3c11a1d (patch) | |
tree | 46ab77507bac48fd6cbdc78550ba94aa7b987768 /gnu | |
parent | 840da194ebf57523dd922cec2e15768f62f14416 (diff) |
gnu: python-itemloaders: Fix indentation.
* gnu/packages/python-xyz.scm (python-itemloaders)[source]: Fix indentation.
Change-Id: I00f5f5157b1deb57974cb563c2760f346dad4bae
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 24710a55c9..03fdf2d6e4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -37152,11 +37152,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 |