summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-testmon
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:01 +0200
commit9bc0ce53f094db490c79860ee3a93bb38b01fc16 (patch)
tree3977424d036d154dcac6864f6a094a8f232c4a1a /pkgs/development/python-modules/pytest-testmon
parenta0f93e177e72e4b786cd5a9d8f66963648cb33fa (diff)
downloadnixpkgs-9bc0ce53f094db490c79860ee3a93bb38b01fc16.tar
nixpkgs-9bc0ce53f094db490c79860ee3a93bb38b01fc16.tar.gz
nixpkgs-9bc0ce53f094db490c79860ee3a93bb38b01fc16.tar.bz2
nixpkgs-9bc0ce53f094db490c79860ee3a93bb38b01fc16.tar.lz
nixpkgs-9bc0ce53f094db490c79860ee3a93bb38b01fc16.tar.xz
nixpkgs-9bc0ce53f094db490c79860ee3a93bb38b01fc16.tar.zst
nixpkgs-9bc0ce53f094db490c79860ee3a93bb38b01fc16.zip
python: pytest-testmon: 0.9.18 -> 0.9.19
Diffstat (limited to 'pkgs/development/python-modules/pytest-testmon')
-rw-r--r--pkgs/development/python-modules/pytest-testmon/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-testmon/default.nix b/pkgs/development/python-modules/pytest-testmon/default.nix
index 17fb56a0588..ed1b754a996 100644
--- a/pkgs/development/python-modules/pytest-testmon/default.nix
+++ b/pkgs/development/python-modules/pytest-testmon/default.nix
@@ -7,11 +7,11 @@
 
 buildPythonPackage rec {
   pname = "pytest-testmon";
-  version = "0.9.18";
+  version = "0.9.19";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "05648f9b22aeeda9d32e61b46fa78c9ff28f217d69005b3b19ffb75d5992187e";
+    sha256 = "f622fd9d0f5a0df253f0e6773713c3df61306b64abdfb202d39a85dcba1d1f59";
   };
 
   buildInputs = [ pytest ];