summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-08-22 06:29:48 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-08-21 23:57:03 -0700
commit9e62ee7a191ba2b267965b24d1168687ba52d41d (patch)
tree9bbe748e47fe7b861cafdf21339bd00ac08bd173
parent99d0e1d689a535197e6917e80eeed27ff17aa548 (diff)
python38Packages.pytest-testmon: 1.1.1 -> 1.1.2
-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 fa63cc035ad8..d7b0b660be98 100644
--- a/pkgs/development/python-modules/pytest-testmon/default.nix
+++ b/pkgs/development/python-modules/pytest-testmon/default.nix
@@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "pytest-testmon";
- version = "1.1.1";
+ version = "1.1.2";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
- sha256 = "c8810f991545e352f646fb382e5962ff54b8aa52b09d62d35ae04f0d7a9c58d9";
+ sha256 = "91f4513f7e5a1cf4f1eda25ab7f310497abe30e5f19b612fd80ba7d5f60b58a6";
};
propagatedBuildInputs = [ coverage ];