summaryrefslogtreecommitdiff
path: root/gnu/packages/python-build.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-07-11 22:08:07 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:35:35 +0100
commit3e2832128636dc553138a7e71993973ea0e8a592 (patch)
tree8f9eab984062788c08bdd8a0ff7f2064744517ea /gnu/packages/python-build.scm
parentd8a9b0a329ca280aac5df71063b05dee838c3acb (diff)
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
Diffstat (limited to 'gnu/packages/python-build.scm')
-rw-r--r--gnu/packages/python-build.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm
index 3e7f3e6e958..bcac71db18f 100644
--- a/gnu/packages/python-build.scm
+++ b/gnu/packages/python-build.scm
@@ -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