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-16 11:43:13 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2019-10-18 09:54:00 +0200
commitf965c710b2d09fcb66796704e3b0131d9813d2b3 (patch)
tree1eb6637a89e9949d78b914091bb51bb11317c5f7 /pkgs/development/python-modules/pytest-mypy
parentd987f993bfd3d308b1c86aedfeff7ae21d83fdbc (diff)
python: pytest-mypy: 0.3.2 -> 0.3.3
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 09d79b337919a..b3ee359f3cec1 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.2";
+  version = "0.3.3";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "acc653210e7d8d5c72845a5248f00fd33f4f3379ca13fe56cfc7b749b5655c3e";
+    sha256 = "917438af835beb87f14c9f6261137f8e992b3bf87ebf73f836ac7ede03424a0f";
   };
 
   propagatedBuildInputs = [ pytest mypy ];