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>2019-10-24 08:47:45 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-10-27 16:26:51 +0100
commit9ded1610e25dbfad2e13611da30969c85eba403f (patch)
treeb8c51d8fe03887fa1cb6f979d55afd236f534af2 /pkgs/development/python-modules/pytest-mypy
parenta4d5c249e817ed0f8c9b4e9618becfc2f27dbd23 (diff)
python: pytest-mypy: 0.3.3 -> 0.4.1
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 b3ee359f3cec1..bca04ab7b36c0 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.3.3";
+  version = "0.4.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "917438af835beb87f14c9f6261137f8e992b3bf87ebf73f836ac7ede03424a0f";
+    sha256 = "f6348a3aa08d7b38b05c12ed0965415e1b60d402d7ceb353f5116f6eaf7dac28";
   };
 
   propagatedBuildInputs = [ pytest mypy ];