diff options
| author | R. RyanTM <ryantm-bot@ryantm.com> | 2020-04-07 04:18:20 +0000 |
|---|---|---|
| committer | Jon <jonringer@users.noreply.github.com> | 2020-04-06 21:29:07 -0700 |
| commit | 08c7b8187fedb47e1214241d516bdf802e8fe119 (patch) | |
| tree | 3c4e4cf48ba9b6da7112884fd1e4640dfc49db4d | |
| parent | python27Packages.pyroute2: 0.5.10 -> 0.5.11 (diff) | |
| download | nixpkgs-08c7b8187fedb47e1214241d516bdf802e8fe119.tar.gz | |
python37Packages.pytest-html: 2.1.0 -> 2.1.1
| -rw-r--r-- | pkgs/development/python-modules/pytest-html/default.nix | 4 |
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 6847c5e05d4e..2c0c23ebdca1 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 = "2.1.0"; + version = "2.1.1"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - sha256 = "14cy5iixi6i8i5r5xvvkhwk48zgxnb1ypbp0g1343mwfdihshic6"; + sha256 = "1iap9rzxx9pkvz6im3px8xj37pb098lvvf9yiqh93qq5w68w6jka"; }; nativeBuildInputs = [ setuptools_scm ]; |
