python311Packages.pytest-md-report: 0.5.0 -> 0.5.1

This commit is contained in:
R. Ryantm 2024-02-07 10:14:08 +00:00
parent 54c94cd3aa
commit e1569fbb45

View File

@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "pytest-md-report";
version = "0.5.0";
version = "0.5.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-8qLcbMhD+mTLH5veweAg56G067H4AnDQIjywINwJaCE=";
hash = "sha256-WzPspBVcrtcDqZI+PuAttfI7YBKC5DW5IM+Y7iUdQFI=";
};
propagatedBuildInputs = [