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>2022-12-30 20:13:39 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-01-05 01:10:24 +0100
commitd38e9e7f7cf2aa65c9522c4f4512ea8bc1e323b5 (patch)
treec5e6f8c9a917cd216e14cdb0178899a6fe7f26e1 /pkgs/development/python-modules/pytest-cov
parent65625811e2cdd7d5faab55a2ad87d73653bc77fb (diff)
python3Packages.pytest-cov: 3.0.0 -> 4.0.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 971b12dc01c7f..88e77f9f7ce92 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 = "3.0.0";
+  version = "4.0.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "e7f0f5b1617d2210a2cabc266dfe2f4c75a8d32fb89eafb7ad9d06f6d076d470";
+    sha256 = "sha256-mWt5795kM829AIiHLbxfs+1/4VeLaM27pjTxS7jdBHA=";
   };
 
   buildInputs = [ pytest ];