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-07 09:11:16 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2020-12-07 09:11:16 +0000
commitf8a7b12ae16150fe2424f3d28e87a227671ce6be (patch)
tree886bac10eb590a39f51e1de78df0d8fe808dfa79 /pkgs/development/python-modules/pytest-html
parentb18ce5c1c9c366da419458c42d49b122a0132f90 (diff)
python37Packages.pytest-html: 3.0.0 -> 3.1.0
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 3ad238f553d1b..23f50347c42f8 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.0.0";
+  version = "3.1.0";
   disabled = pythonOlder "3.6";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "407adfe8c748a6bb7e68a430ebe3766ffe51e43fc5442f78b261229c03078be4";
+    sha256 = "8a7979e2411aac445870d8cad9a251ab3823bc14f77d065e9ce9a5dff86f697d";
   };
 
   nativeBuildInputs = [ setuptools_scm ];