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

python310Packages.pytest-md-report: 0.3.1 -> 0.4.0

authored by

Fabian Affolter and committed by
GitHub
d445c942 ef99fa5c

+2 -2
+2 -2
pkgs/development/python-modules/pytest-md-report/default.nix
··· 11 11 12 12 buildPythonPackage rec { 13 13 pname = "pytest-md-report"; 14 - version = "0.3.1"; 14 + version = "0.4.0"; 15 15 format = "setuptools"; 16 16 17 17 disabled = pythonOlder "3.7"; 18 18 19 19 src = fetchPypi { 20 20 inherit pname version; 21 - hash = "sha256-muQ8lb00tdhAvaLaNupuHh6YqbDEvkaGFbnb4tR2Wes="; 21 + hash = "sha256-iabj6WuS6+65O4ztagT1/H+U8/SKySQ9bQiOfvln1AQ="; 22 22 }; 23 23 24 24 propagatedBuildInputs = [