Unverified Commit c2b74253 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #297497 from r-ryantm/auto-update/python311Packages.approvaltests

python311Packages.approvaltests: 11.1.1 -> 11.1.2
parents f0c32b63 08f2a40a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@

buildPythonPackage rec {
  pname = "approvaltests";
  version = "11.1.1";
  version = "11.1.2";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
    owner = "approvals";
    repo = "ApprovalTests.Python";
    rev = "refs/tags/v${version}";
    hash = "sha256-kVGCAht3ZP6ENhFJG3LoYs6PTH7OSNoj/h5QACwjKG8=";
    hash = "sha256-VM4TP98bS9NmhxZz+YHMJrHKr5g6E6aYidxjKQyXp7k=";
  };

  nativeBuildInputs = [