Merge pull request #286962 from r-ryantm/auto-update/python311Packages.pytest-md-report

python311Packages.pytest-md-report: 0.5.0 -> 0.5.1
This commit is contained in:
Nick Cao 2024-02-07 08:47:57 -05:00 committed by GitHub
commit e1c3c465c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [