Unverified Commit 2a5c35ec authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #206183 from r-ryantm/auto-update/python310Packages.pytest-check

python310Packages.pytest-check: 1.3.0 -> 2.1.4
parents 091d7854 7be7a41d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,12 +7,12 @@

buildPythonPackage rec {
  pname = "pytest-check";
  version = "1.3.0";
  version = "2.1.4";
  format = "flit";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-o4eWjWJSVzjNnzalKAEzFtfZFc8Mz1vhRqOOf/+gu6k=";
    hash = "sha256-AbN/1wPaD6ZntwF68fBGDHRKhfHuh2de4+D5Ssw98XI=";
  };

  buildInputs = [