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
This commit is contained in:
Ricardo Wurmus 2024-01-07 23:58:57 +01:00
parent 299455fef2
commit 6fbbffd6ef
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20293,16 +20293,18 @@ (define-public python-typing-inspect
(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/")