Unverified Commit 489f5e63 authored by Florian Klink's avatar Florian Klink Committed by GitHub
Browse files

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

python311Packages.pytest-check: 2.2.1 -> 2.2.2
parents 90727298 883bf1ba
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.1";
  version = "2.2.2";
  format = "pyproject";

  src = fetchPypi {
    pname = "pytest_check";
    inherit version;
    hash = "sha256-3rN/iB36DV4kbymWI4rvdFp5ANezUjp0FgV3K4osSVI=";
    hash = "sha256-eufpnpDxJ9PQLSnAKostlbWofbPTDczRaen9ZsRP2+g=";
  };

  nativeBuildInputs = [