0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

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-16 09:40:22 +02:00 committed by Robert Schütz
parent b2fc3a5923
commit 6f6c859859

View file

@ -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 ];