python3Packages.pytest-md-report: 0.6.3 -> 0.7.0 (#405299)

Nick Cao 6526e237 db2d47bb

Changed files
+2 -2
pkgs
development
python-modules
pytest-md-report
+2 -2
pkgs/development/python-modules/pytest-md-report/default.nix
···
buildPythonPackage rec {
pname = "pytest-md-report";
-
version = "0.6.3";
pyproject = true;
disabled = pythonOlder "3.9";
···
src = fetchPypi {
pname = "pytest_md_report";
inherit version;
-
hash = "sha256-fpHtDAQhsUk8ESbvmWvbUhiCqWogy9Wyzwo4lFSVqFI=";
};
build-system = [
···
buildPythonPackage rec {
pname = "pytest-md-report";
+
version = "0.7.0";
pyproject = true;
disabled = pythonOlder "3.9";
···
src = fetchPypi {
pname = "pytest_md_report";
inherit version;
+
hash = "sha256-O4Mur2YLRwtXQuWNnJpeMSsHEqcBLSUcwE6QioHOPJY=";
};
build-system = [