python310Packages.pytest-md-report: 0.3.1 -> 0.4.0

This commit is contained in:
R. Ryantm 2023-07-24 04:17:34 +00:00
parent d7037fa447
commit 1ef31a70de

View file

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pytest-md-report";
version = "0.3.1";
version = "0.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-muQ8lb00tdhAvaLaNupuHh6YqbDEvkaGFbnb4tR2Wes=";
hash = "sha256-iabj6WuS6+65O4ztagT1/H+U8/SKySQ9bQiOfvln1AQ=";
};
propagatedBuildInputs = [