We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfaeff0 commit 602d403Copy full SHA for 602d403
pkgs/development/python-modules/pytest-mypy-plugins/default.nix
@@ -18,16 +18,16 @@
18
19
buildPythonPackage rec {
20
pname = "pytest-mypy-plugins";
21
- version = "3.1.2";
+ version = "3.2.0";
22
pyproject = true;
23
24
disabled = pythonOlder "3.8";
25
26
src = fetchFromGitHub {
27
owner = "typeddjango";
28
repo = "pytest-mypy-plugins";
29
- rev = "refs/tags/${version}";
30
- hash = "sha256-yme1g9Kj5guao0Lf8mbkNJRw6ipS2Wd4Io1cSlEBAGo=";
+ tag = version;
+ hash = "sha256-60VxMUUCIP+Mp+OsgdyRTPZVLGC/3iaMxxhw02ABB9k=";
31
};
32
33
build-system = [ setuptools ];
0 commit comments