gnu: python-pluggy: Update to 1.6.0.

* gnu/packages/python-build.scm (python-pluggy): Update to 1.6.0.
  [build-system]: Use pyproject.

Change-Id: I0084e9fae704fc7ec3eb0f41823e948784aedf3f
This commit is contained in:
Sharlatan Hellseher 2025-07-11 22:08:07 +01:00
parent d8a9b0a329
commit 3e28321286
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -77,14 +77,14 @@ matching of file paths.")
(define-public python-pluggy
(package
(name "python-pluggy")
(version "1.5.0")
(version "1.6.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pluggy" version))
(sha256
(base32 "1w8c3mpliqm9biqw75ci8cfj1x5pb6g5zwblqp27ijgxjj7aizrc"))))
(build-system python-build-system)
(base32 "1wr2vnbb7gy9wlz01yvb7rn4iqzd3mwmidk11ywk7395fq5i7k3x"))))
(build-system pyproject-build-system)
(native-inputs
(list python-setuptools
python-setuptools-scm