about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-cov
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-07-23 21:51:36 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-07-28 12:15:34 +0200
commit99a038dfca5f471dcb7ec3954ae4f5327862a331 (patch)
tree805af1632a4ca5c8f2af1cbdb4a184c5882b7b19 /pkgs/development/python-modules/pytest-cov
parent155e879007665dab64cf32dc543ca40534f0002f (diff)
python310Packages.pytest-cov: 4.0.0 -> 4.1.0
Diffstat (limited to 'pkgs/development/python-modules/pytest-cov')
-rw-r--r--pkgs/development/python-modules/pytest-cov/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-cov/default.nix b/pkgs/development/python-modules/pytest-cov/default.nix
index dd93d6bac25b0..7df529a837382 100644
--- a/pkgs/development/python-modules/pytest-cov/default.nix
+++ b/pkgs/development/python-modules/pytest-cov/default.nix
@@ -9,11 +9,11 @@
 
 buildPythonPackage rec {
   pname = "pytest-cov";
-  version = "4.0.0";
+  version = "4.1.0";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-mWt5795kM829AIiHLbxfs+1/4VeLaM27pjTxS7jdBHA=";
+    hash = "sha256-OQSxPfv+xH8AO453/VtYnNEZBKId3xqzimTyBNahDvY=";
   };
 
   buildInputs = [ pytest ];