Unverified Commit ee2572f0 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

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

python311Packages.pytest-cases: 3.8.1 -> 3.8.2
parents 125b26fb 37c40345
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [