about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-mypy
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-11-29 15:04:39 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-12-01 14:44:18 +0100
commit71bc6139d6e8aa631e7721297c927536ce92c955 (patch)
tree0b5cd6f33e3fc0f8e487bb70dc51e1443b296b2f /pkgs/development/python-modules/pytest-mypy
parent543e3f1eb1fd7fe1b41c56b1e1c530fe0a46f01c (diff)
python3Packages.pytest-mypy: 0.6.2 -> 0.8.0
Diffstat (limited to 'pkgs/development/python-modules/pytest-mypy')
-rw-r--r--pkgs/development/python-modules/pytest-mypy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-mypy/default.nix b/pkgs/development/python-modules/pytest-mypy/default.nix
index 368d13a913944..2d2a3264e7417 100644
--- a/pkgs/development/python-modules/pytest-mypy/default.nix
+++ b/pkgs/development/python-modules/pytest-mypy/default.nix
@@ -9,11 +9,11 @@
 
 buildPythonPackage rec {
   pname = "pytest-mypy";
-  version = "0.6.2";
+  version = "0.8.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "2560a9b27d59bb17810d12ec3402dfc7c8e100e40539a70d2814bcbb27240f27";
+    sha256 = "63d418a4fea7d598ac40b659723c00804d16a251d90a5cfbca213eeba5aaf01c";
   };
 
   nativeBuildInputs = [ setuptools_scm ];