python3Packages.pytest-mpl: 0.15.0 -> 0.16.0

This commit is contained in:
Martin Weinelt 2022-07-16 12:59:29 +02:00
parent bc0fd29b30
commit 9e292ca95a

View file

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "pytest-mpl";
version = "0.15.0";
version = "0.16.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-p5/UKLVoDYclp2o/MBb2oX1pHzxsQpHjmfwU1kFSKbw=";
sha256 = "sha256-TTqagfB15FEAxk+VWsEfaELT+B6Tw0wtXFi3wD2kD/0=";
};
nativeBuildInputs = [