diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-07 23:58:57 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-16 11:22:32 +0100 |
commit | c72bc1369c87c2a11dea360d0deaf984ed5e32a2 (patch) | |
tree | e38f28fa4727dda149858f5ec2ce85606fb756d5 /gnu/packages/python-xyz.scm | |
parent | 6d142964374675c5b01a3ef4356f608097b2e452 (diff) |
gnu: python-lazy-loader: Update to 0.3.
* gnu/packages/python-xyz.scm (python-lazy-loader): Update to 0.3.
[native-inputs]: Add python-pre-commit.
Change-Id: Id4f8b61e6e60dd6da04beb8c1e4d064dc34d994c
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 2162ccb31c..5d01542c66 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20176,16 +20176,18 @@ inspection of types defined in the Python standard typing module.") (define-public python-lazy-loader (package (name "python-lazy-loader") - (version "0.2") + (version "0.3") (source (origin (method url-fetch) (uri (pypi-uri "lazy_loader" version)) (sha256 (base32 - "12piaj94m5wbx33cxb80xgnsvzgya6cp90zj12qsq064fm8pmp0f")))) + "0dwghffnsjjf4pi4gwbl43rx04jmap375hdamafs5cpm6j78js1v")))) (build-system pyproject-build-system) (native-inputs - (list python-pytest python-pytest-cov)) + (list python-pre-commit + python-pytest + python-pytest-cov)) (propagated-inputs (list python-flit-core)) (home-page "https://scientific-python.org/specs/spec-0001/") |