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>2021-06-18 23:47:34 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-06-22 13:42:39 +0200
commite172bd69dbd35eb7596491be0f61c8239c581eb8 (patch)
treee59a40451d0ea504b1093bcd188157bf45fb9ee2 /pkgs/development/python-modules/pytest-cov
parent905f84e5d7fc7eedde7d95524c2510205e9693fb (diff)
python3Packages.pytest-cov: 2.11.1 -> 2.12.1
Diffstat (limited to 'pkgs/development/python-modules/pytest-cov')
-rw-r--r--pkgs/development/python-modules/pytest-cov/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pytest-cov/default.nix b/pkgs/development/python-modules/pytest-cov/default.nix
index d0beff8a5cdcd..732b69ec67aa4 100644
--- a/pkgs/development/python-modules/pytest-cov/default.nix
+++ b/pkgs/development/python-modules/pytest-cov/default.nix
@@ -11,7 +11,7 @@ buildPythonPackage rec {
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-JhzuuMIntyYkmzdrhSa2APOGZ+4xT5EDU/oxjKoB9Nc=";
+    sha256 = "1mzl06m8qcgsac1r2krixrkqdwq0nqk8asrpkcj2ddr7qawfw716";
   };
 
   buildInputs = [ pytest ];