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-06-06 08:47:27 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-06-11 10:00:20 +0200
commit645add108557f12530ba343233d239819d69cda3 (patch)
treea6e2dc7d6faa5c77665a975b3036e5a087b062f0 /pkgs/development/python-modules/pytest-mypy
parente6dbc21e2d37cc22e5b15070c7add1b7c310aab1 (diff)
python: pytest-mypy: 0.4.2 -> 0.6.2
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 2e1bd1b626d92..6eb2a17ed3872 100644
--- a/pkgs/development/python-modules/pytest-mypy/default.nix
+++ b/pkgs/development/python-modules/pytest-mypy/default.nix
@@ -7,11 +7,11 @@
 
 buildPythonPackage rec {
   pname = "pytest-mypy";
-  version = "0.4.2";
+  version = "0.6.2";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "5a5338cecff17f005b181546a13e282761754b481225df37f33d37f86ac5b304";
+    sha256 = "2560a9b27d59bb17810d12ec3402dfc7c8e100e40539a70d2814bcbb27240f27";
   };
 
   propagatedBuildInputs = [ pytest mypy ];