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

python311Packages.pytest-md-report: 0.4.0 -> 0.4.1
This commit is contained in:
Fabian Affolter 2023-09-25 09:50:24 +02:00 committed by GitHub
commit 40feceb420
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.4.0";
version = "0.4.1";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-iabj6WuS6+65O4ztagT1/H+U8/SKySQ9bQiOfvln1AQ=";
hash = "sha256-4946iE+VYaPndJtQLQE7Q7VSs4aXxrg3wL4p84oT5to=";
};
propagatedBuildInputs = [