Unverified Commit bdb82dff authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #204902 from mweinelt/cpython-39-310-312

parents 73474b9d e824b21b
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -120,19 +120,19 @@
      sourceVersion = {
        major = "3";
        minor = "9";
        patch = "15";
        patch = "16";
        suffix = "";
      };
      sha256 = "sha256-Etr/aAlSjZ9hVCFpUEI8njDw5HM2y1fGqgtDh91etLI=";
      sha256 = "sha256-It3cCZJG3SdgZlVh6K23OU6gzEOnJoTGSA+TgPd4ZDk=";
    };
    python310 = {
      sourceVersion = {
        major = "3";
        minor = "10";
        patch = "8";
        patch = "9";
        suffix = "";
      };
      sha256 = "sha256-ajDs3lnEcEgBPrWmWMm13sJ3ID0nk2Z/V433Zx9/A/M=";
      sha256 = "sha256-WuA+MIJgFkuro5kh/bTb+ObQPYI1qTnUWCsz8LXkaoM=";
    };
  };