Updated patch for mypy 0.960+

The old patch URL did not apply cleanly for 0.960 and 0.961.

Looks like the PR was eventually merged so hopefully these might be the last versions needing a patch.
This commit is contained in:
Derek Kulinski 2022-06-09 17:52:34 -07:00 committed by GitHub
parent 73fc21abbe
commit 7f68a230b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1112,8 +1112,8 @@ lib.composeManyExtensions [
})
] ++ lib.optionals (lib.strings.versionAtLeast old.version "0.960") [
(pkgs.fetchpatch {
url = "https://github.com/python/mypy/compare/a6166b2f..5b3c9888.patch";
sha256 = "sha256-3QY99ctkIv9PoNfcTKF9TZFBwAIVOqPLKBVP6rDQ9FU=";
url = "https://github.com/python/mypy/commit/2004ae023b9d3628d9f09886cbbc20868aee8554.patch";
sha256 = "sha256-y+tXvgyiECO5+66YLvaje8Bz5iPvfWNIBJcsnZ2nOdI=";
})
];
}