Merge pull request #184509 from r-ryantm/auto-update/python3.10-pytest-mpl

authored by Martin Weinelt and committed by GitHub 9cfb5c05 23af41d6

+2 -2
+2 -2
pkgs/development/python-modules/pytest-mpl/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "pytest-mpl"; 15 - version = "0.16.0"; 15 + version = "0.16.1"; 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - sha256 = "sha256-TTqagfB15FEAxk+VWsEfaELT+B6Tw0wtXFi3wD2kD/0="; 19 + sha256 = "sha256-LVcWgRJOj/X04rnA0EfTfQSZ1rbY8vSaG1DN2ZMQRGk="; 20 20 }; 21 21 22 22 nativeBuildInputs = [