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

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

python311Packages.approvaltests: 10.3.0 -> 10.4.0
parents bf2ddcb9 847f22d0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@

buildPythonPackage rec {
  pname = "approvaltests";
  version = "10.3.0";
  version = "10.4.0";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
    owner = "approvals";
    repo = "ApprovalTests.Python";
    rev = "refs/tags/v${version}";
    hash = "sha256-1f0iTwLREF20Khkd4/xEfxXINJIpc4LfszsvCblS/yM=";
    hash = "sha256-/UsrUzCd4aYEQ4epZggk2O2esJCUG0DxRseK+s6yJd4=";
  };

  nativeBuildInputs = [