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

This commit is contained in:
Nick Cao
2025-05-08 17:05:31 -04:00
committed by GitHub

View File

@@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pytest-md-report";
version = "0.6.3";
version = "0.7.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "pytest_md_report";
inherit version;
hash = "sha256-fpHtDAQhsUk8ESbvmWvbUhiCqWogy9Wyzwo4lFSVqFI=";
hash = "sha256-O4Mur2YLRwtXQuWNnJpeMSsHEqcBLSUcwE6QioHOPJY=";
};
build-system = [