Commit 600f5ebb authored by R. RyanTM's avatar R. RyanTM
Browse files

python312Packages.pytest-check: 2.2.4 -> 2.3.1

parent da015313
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildPythonPackage rec {
  pname = "pytest-check";
  version = "2.2.4";
  version = "2.3.1";
  format = "pyproject";

  src = fetchPypi {
    pname = "pytest_check";
    inherit version;
    hash = "sha256-0uaWYDFB9bLekFuTWD5FmE7DxhzscCZJ3rEL2XSFYLs=";
    hash = "sha256-UbjxiozKpCbF2RPE4ORvAUqqdXlIHqA9Itfh9Jj2ibI=";
  };

  nativeBuildInputs = [