[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
- branch python-team created (now 3caebd91fa), guix-commits, 2024/11/22
- 01/361: gnu: python-pygments: Update to 2.15.1., guix-commits, 2024/11/22
- 02/361: gnu: python-imagesize: Update to 1.4.1., guix-commits, 2024/11/22
- 04/361: gnu: python-sphinx: Update to 5.3.0., guix-commits, 2024/11/22
- 07/361: gnu: criu: Remove temporary workaround., guix-commits, 2024/11/22
- 05/361: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/11/22
- 10/361: build-system/pyproject: Use TOML parser., guix-commits, 2024/11/22
- 12/361: guix: pyproject-build-system: Default configure-flags to empty dictionary., guix-commits, 2024/11/22
- 15/361: gnu: Add missing import., guix-commits, 2024/11/22
- 46/361: gnu: python-mysqlclient: Add missing inputs., guix-commits, 2024/11/22
- 44/361: gnu: python-itemloaders: Fix indentation.,
guix-commits <=
- 62/361: gnu: python-nbconvert: Add missing texlive inputs., guix-commits, 2024/11/22
- 68/361: gnu: Add python-isoduration., guix-commits, 2024/11/22
- 09/361: guix: toml: Add TOML parser., guix-commits, 2024/11/22
- 11/361: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/11/22
- 13/361: doc: Document new options for pyproject-build-system., guix-commits, 2024/11/22
- 14/361: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/11/22
- 19/361: gnu: Add setuptools/wheel to more Python packages., guix-commits, 2024/11/22
- 23/361: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/11/22
- 50/361: gnu: python-billiard: Add missing inputs., guix-commits, 2024/11/22
- 03/361: gnu: python-sphinx-alabaster-theme: Update to 0.7.13., guix-commits, 2024/11/22