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-12-19 20:31:20 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2019-12-30 16:46:46 +0100
commit1220bbd737058ce81e2bd205c2f7af689e47cd8f (patch)
treeaf04b9a902e34d2a4237d3db2e32d74063d99afc /pkgs/development/python-modules/pytest-testmon
parent0ab1e536a2cba6b69ddd5db4e6f33a1461a3bfda (diff)
downloadnixpkgs-1220bbd737058ce81e2bd205c2f7af689e47cd8f.tar
nixpkgs-1220bbd737058ce81e2bd205c2f7af689e47cd8f.tar.gz
nixpkgs-1220bbd737058ce81e2bd205c2f7af689e47cd8f.tar.bz2
nixpkgs-1220bbd737058ce81e2bd205c2f7af689e47cd8f.tar.lz
nixpkgs-1220bbd737058ce81e2bd205c2f7af689e47cd8f.tar.xz
nixpkgs-1220bbd737058ce81e2bd205c2f7af689e47cd8f.tar.zst
nixpkgs-1220bbd737058ce81e2bd205c2f7af689e47cd8f.zip
python: pytest-testmon: 0.9.19 -> 1.0.1
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 ed1b754a996..3f8fb783408 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.19";
+  version = "1.0.1";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "f622fd9d0f5a0df253f0e6773713c3df61306b64abdfb202d39a85dcba1d1f59";
+    sha256 = "b823b03faf5778d1e15fb9f52e104df4da9c1021daeb313b339fccbbfb8dbd5f";
   };
 
   buildInputs = [ pytest ];