mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +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:
parent
b2fc3a5923
commit
6f6c859859
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue