about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pytest-html
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2020-12-14 18:59:28 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-12-14 18:59:28 +0000
commite01e056423dc75a96029bb66075fcb0a5fc42391 (patch)
treedbc83ad8cd3c9fe420937c8b81f53eaa66a86742 /pkgs/development/python-modules/pytest-html
parent1be6a53cd8c0f9a2287d0cc9ba61d998d4c7fdad (diff)
python37Packages.pytest-html: 3.1.0 -> 3.1.1
Diffstat (limited to 'pkgs/development/python-modules/pytest-html')
-rw-r--r--pkgs/development/python-modules/pytest-html/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/pytest-html/default.nix b/pkgs/development/python-modules/pytest-html/default.nix
index 23f50347c42f8..e6e17adc92ee3 100644
--- a/pkgs/development/python-modules/pytest-html/default.nix
+++ b/pkgs/development/python-modules/pytest-html/default.nix
@@ -3,12 +3,12 @@
 
 buildPythonPackage rec {
   pname = "pytest-html";
-  version = "3.1.0";
+  version = "3.1.1";
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "8a7979e2411aac445870d8cad9a251ab3823bc14f77d065e9ce9a5dff86f697d";
+    sha256 = "3ee1cf319c913d19fe53aeb0bc400e7b0bc2dbeb477553733db1dad12eb75ee3";
   };
 
   nativeBuildInputs = [ setuptools_scm ];