diff options
| author | R. Ryantm <ryantm-bot@ryantm.com> | 2024-02-29 22:02:55 +0000 |
|---|---|---|
| committer | R. Ryantm <ryantm-bot@ryantm.com> | 2024-02-29 22:02:55 +0000 |
| commit | bb895efcd7bce5e893aa4bfa99722867efbbaf60 (patch) | |
| tree | b3c41694f14d88babec0c71e920d44ad611fa8a3 | |
| parent | libgit2_1_5: drop (diff) | |
| download | nixpkgs-bb895efcd7bce5e893aa4bfa99722867efbbaf60.tar.gz | |
python312Packages.pytest-mypy-plugins: 3.0.0 -> 3.1.0
| -rw-r--r-- | pkgs/development/python-modules/pytest-mypy-plugins/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-mypy-plugins/default.nix b/pkgs/development/python-modules/pytest-mypy-plugins/default.nix index f4c809218fb0..b863e7aacdec 100644 --- a/pkgs/development/python-modules/pytest-mypy-plugins/default.nix +++ b/pkgs/development/python-modules/pytest-mypy-plugins/default.nix @@ -16,7 +16,7 @@ buildPythonPackage rec { pname = "pytest-mypy-plugins"; - version = "3.0.0"; + version = "3.1.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "typeddjango"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-kIA2tVOsKsav4tRqZiWCMcRgbRnxAEo7SpmxC2pt9B0="; + hash = "sha256-FXJWOeHXeKH8kDzgujOQyu3ZtIwZ5+gc4Fxod3mRRio="; }; buildInputs = [ |
