Unverified Commit d1ef5975 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #278017 from r-ryantm/auto-update/python311Packages.pytest-check

python311Packages.pytest-check: 2.2.2 -> 2.2.3
parents 289e0a8e a814ebfa
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.2";
  version = "2.2.3";
  format = "pyproject";

  src = fetchPypi {
    pname = "pytest_check";
    inherit version;
    hash = "sha256-eufpnpDxJ9PQLSnAKostlbWofbPTDczRaen9ZsRP2+g=";
    hash = "sha256-bfAyZLa7zyXNhhUSDNoDtObRH9srfI3eapyP7xinSVw=";
  };

  nativeBuildInputs = [