Merge pull request #281933 from r-ryantm/auto-update/python311Packages.pytest-cases

python311Packages.pytest-cases: 3.8.1 -> 3.8.2
This commit is contained in:
Fabian Affolter 2024-01-21 23:49:51 +01:00 committed by GitHub
commit ee2572f06c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,14 +10,14 @@
buildPythonPackage rec {
pname = "pytest-cases";
version = "3.8.1";
version = "3.8.2";
pyproject = true;
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
hash = "sha256-Sdf2+K1TTlpuc/uPX9OJhmBvF7Ru5V9+vuB6VcZ3ygE=";
hash = "sha256-JM7AEoyCL1G19AL6zgnnBJlU2WddsspnX84e9/j3Seg=";
};
nativeBuildInputs = [