Skip to content

Commit d290965

Browse files
authored
python312Packages.pytest-mypy-plugins: 3.1.2 -> 3.2.0 (#368306)
2 parents b53d7c8 + 05a9e79 commit d290965

File tree

1 file changed

+4
-4
lines changed
  • pkgs/development/python-modules/pytest-mypy-plugins

1 file changed

+4
-4
lines changed

pkgs/development/python-modules/pytest-mypy-plugins/default.nix

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818

1919
buildPythonPackage rec {
2020
pname = "pytest-mypy-plugins";
21-
version = "3.1.2";
21+
version = "3.2.0";
2222
pyproject = true;
2323

24-
disabled = pythonOlder "3.8";
24+
disabled = pythonOlder "3.9";
2525

2626
src = fetchFromGitHub {
2727
owner = "typeddjango";
2828
repo = "pytest-mypy-plugins";
29-
rev = "refs/tags/${version}";
30-
hash = "sha256-yme1g9Kj5guao0Lf8mbkNJRw6ipS2Wd4Io1cSlEBAGo=";
29+
tag = version;
30+
hash = "sha256-60VxMUUCIP+Mp+OsgdyRTPZVLGC/3iaMxxhw02ABB9k=";
3131
};
3232

3333
build-system = [ setuptools ];

0 commit comments

Comments
 (0)