Merge pull request #245136 from r-ryantm/auto-update/python310Packages.pytest-md-report

python310Packages.pytest-md-report: 0.3.1 -> 0.4.0
This commit is contained in:
Fabian Affolter 2023-07-25 10:12:28 +02:00 committed by GitHub
commit d445c94252
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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