python313Packages.pluggy: 1.5.0 -> 1.6.0

https://github.com/pytest-dev/pluggy/blob/refs/tags/1.6.0/CHANGELOG.rst
This commit is contained in:
Martin Weinelt
2025-05-23 08:37:10 -07:00
committed by Robert Schütz
parent b2fc3a5923
commit 6f6c859859
@@ -9,7 +9,7 @@
buildPythonPackage rec {
pname = "pluggy";
version = "1.5.0";
version = "1.6.0";
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "pytest-dev";
repo = "pluggy";
tag = version;
hash = "sha256-f0DxyZZk6RoYtOEXLACcsOn2B+Hot4U4g5Ogr/hKmOE=";
hash = "sha256-pkQjPJuSASWmzwzp9H/UTJBQDr2r2RiofxpF135lAgc=";
};
build-system = [ setuptools-scm ];