python312Packages.pytest: 8.0.2 -> 8.1.1

https://github.com/pytest-dev/pytest/releases/tag/8.1.0 (yanked)
https://github.com/pytest-dev/pytest/releases/tag/8.1.1
This commit is contained in:
Martin Weinelt 2024-03-24 02:45:06 +01:00
parent e06f4af9fb
commit 663a11749a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
1 changed files with 2 additions and 2 deletions

View File

@ -29,12 +29,12 @@
buildPythonPackage rec {
pname = "pytest";
version = "8.0.2";
version = "8.1.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-1AUdYjouC35RlgupYxk7Cc5trrl1mkUYRKIeTd7fwb0=";
hash = "sha256-rJeBQadZSJSIF9NgKXt6rg/LnW/2vJ7G1RS4XVplwEQ=";
};
outputs = [