lol

Merge pull request #294427 from r-ryantm/auto-update/python312Packages.pytest-cases

python312Packages.pytest-cases: 3.8.2 -> 3.8.4

authored by

Weijia Wang and committed by
GitHub
82d96ea5 a0915411

+2 -2
+2 -2
pkgs/development/python-modules/pytest-cases/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "pytest-cases"; 13 - version = "3.8.2"; 13 + version = "3.8.4"; 14 14 pyproject = true; 15 15 16 16 disabled = pythonOlder "3.6"; 17 17 18 18 src = fetchPypi { 19 19 inherit pname version; 20 - hash = "sha256-JM7AEoyCL1G19AL6zgnnBJlU2WddsspnX84e9/j3Seg="; 20 + hash = "sha256-tM7DNRVvRPO8+oXnnys0tfpS5jMqhULd8+hPoT+qzXY="; 21 21 }; 22 22 23 23 nativeBuildInputs = [