nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

python313Packages.pluggy: 1.5.0 -> 1.6.0

https://github.com/pytest-dev/pluggy/blob/refs/tags/1.6.0/CHANGELOG.rst

authored by

Martin Weinelt and committed by
Robert Schütz
6f6c8598 b2fc3a59

+2 -2
+2 -2
pkgs/development/python-modules/pluggy/default.nix
··· 9 9 10 10 buildPythonPackage rec { 11 11 pname = "pluggy"; 12 - version = "1.5.0"; 12 + version = "1.6.0"; 13 13 14 14 disabled = pythonOlder "3.8"; 15 15 ··· 19 19 owner = "pytest-dev"; 20 20 repo = "pluggy"; 21 21 tag = version; 22 - hash = "sha256-f0DxyZZk6RoYtOEXLACcsOn2B+Hot4U4g5Ogr/hKmOE="; 22 + hash = "sha256-pkQjPJuSASWmzwzp9H/UTJBQDr2r2RiofxpF135lAgc="; 23 23 }; 24 24 25 25 build-system = [ setuptools-scm ];