summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2023-03-19 22:02:19 +0000
committerGitHub <noreply@github.com>2023-03-19 22:02:19 +0000
commit50f654de369489da21dbe41029bf9007d1fee27e (patch)
treeb8a77633286ac2586e05810fc760d9023e58f38b
parentMerge pull request #217069 from austinbutler/authenticator-gtk4-override (diff)
parentpython3Packages.mypy: fix setuptools integration (diff)
downloadnixpkgs-50f654de369489da21dbe41029bf9007d1fee27e.tar.gz
Merge pull request #221889 from lopsided98/mypy-setuptools-patch
python3Packages.mypy: fix setuptools integration
-rw-r--r--pkgs/development/python-modules/mypy/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/mypy/default.nix b/pkgs/development/python-modules/mypy/default.nix
index e7debfaceb87..012c952a9800 100644
--- a/pkgs/development/python-modules/mypy/default.nix
+++ b/pkgs/development/python-modules/mypy/default.nix
@@ -53,8 +53,9 @@ buildPythonPackage rec {
})
(fetchpatch {
# https://github.com/python/mypy/pull/14787
- url = "https://github.com/AlexWaygood/mypy/commit/8e459eab40ac0fae9740e985ee4aeb348cde28c5.patch";
- hash = "sha256-R7DU6MFnaeHPobUb8ADhssTKDwdPBXBhDN2mxrrQ51M=";
+ url = "https://github.com/python/mypy/commit/243f584d43e6eb316920f3155067ce7c1b65d473.patch";
+ hash = "sha256-uuh3S5ZyuJeTXyMvav2uSEao2qq23xMjK8rJjkY8RCY=";
+ includes = [ "mypyc/build.py" ];
})
];